views:

2757

answers:

3

Is there anyway to control the styling of the scrollbars of a div tag? I am experiencing some contrast issues between IE7 and FireFox 3.5.2. Any help would be greatly appreciated!

+1  A: 

No, you can't in Firefox, Safari, etc. You can in Internet Explorer. There are several scripts out there that will allow you to make a scroll bar.

Daniel A. White
You can in newer webkits. http://webkit.org/blog/363/styling-scrollbars/
Rich Bradshaw
+5  A: 

Hi,

Using javascript you can style the scroll bars. Which works fine in IE as well as FF.

Check the below links

From Twinhelix , Example 2 , Example 3 [or] you can find some 30 type of scroll style types by click the below link 30 scrolling techniques

Logesh Paul
A: 

This one does well its scrolling job. It's very easy to understand, just really few lines of code, well written and totally readable.

Marco Demajo