Login Register


Scollbars? filter_list
Author
Message
Scollbars? #1
Anyone know how I can change the colour my sites scroll bar?







Reply

RE: Scollbars? #2
Designing for Internet Explorer <= 6?

In older IE there are scroll-bar selectors in CSS:

Code:
scrollbar-face-color: #000000; scrollbar-shadow-color: #000000; scrollbar-highlight-color:#000000; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #000000; scrollbar-arrow-color: #000000;

These were never standard though, and not in IE7+ afaik.

For WebKit-based browsers you can use the webkit styling: https://www.webkit.org/blog/363/styling-scrollbars/

For a more general approach you'll need to get into Javascript and implementing your own scrollbar. Fortunataely there exists a jquery plugin for this(I've never used it though) http://jscrollpane.kelvinluck.com/ which might help you.
(This post was last modified: 05-19-2014, 07:15 PM by miiike980.)

Reply







Users browsing this thread: 1 Guest(s)