Hi, would like to see your page code with the buttons (prev/next)
Main Topics
Browse All TopicsI am using the following script to enable scrolling content within a div:
http://www.koders.com/java
The problem is the previous and next functions - when you come to the end of the scroll/div [or you are at the beginning] it will loop around but I actually want to disable the the previous and next buttons if this is the case.
Can anyone help me modify the following code:
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi Wilg32,
That does the job, only I need to switch the images to show that they are disabled. At the minute I just have:
<div id="scroll-left"><a href="#" onClick="my_glider.previou
Is there a way to change that image when you cannot scroll any further and build that into the function in the JS file?
Thanks.
Business Accounts
Answer for Membership
by: Eternal_StudentPosted on 2009-04-22 at 02:54:36ID: 24202889
Just to clarify - you should only be able to go "Next" if you are at the beginning of the scroll not "Previous" ... equally if you are at the end of the scroll/div you should only be able to go "Previous" and not "next"
If that makes sense?