I was hoping someone could help me with a script. I have build a concept template and I wanna make use of iframes that only scroll from left to right (because I don't want to make long iframe pages, but wide ones)
I want a custom scrollbar with two buttons one left and one right plus a sliding bar.
I would like to use my own graphics instead of a default scroller that is provided by a browser.
Many thanks in advance for any help you can provide
ps I have found a script for this but it scrolls up and down by using the code:
<a href="#" onMouseover="scrollspeed=-2" onMouseout="scrollspeed=0"><img src="http://www.identityfashiononline.com/templates/cs1/icon.jpg" width="20" height="20" /></a> | <a href="#" onMouseover="scrollspeed=2" onMouseout="scrollspeed=0">Down</a>
I tried to do a few things myself but I did not have the desired result.



Reply With Quote


Bookmarks