Click to See Complete Forum and Search --> : how to make an image based scroll bar.


soulflycrx
04-06-2003, 07:08 PM
I want to make a scroll bar on my website....except, I dont want the standard windows-based scroll, I want the same idea that this site has..

http://www.coalchamber.com

Notice how the scroll bar on that site is made on 2 images? One image scrolls the frame up on mouseover, and the other image scrolls the frame down on mouseover.

I need to find a website that will teach me how to do this, or if anybody here knows, please let me know.

Thanks.

pyro
04-06-2003, 07:12 PM
This research page should help you along. http://www.infinitypages.com/research/customscroller.htm

NOTE: while the code on that page only works with IE, if you use an iFrame, rather than a div, and scrollBy rather than scrollTop, you'll get better cross-browser results.

soulflycrx
04-06-2003, 08:47 PM
Hey! Thats perfect! Thanks!!!!!!!