How do you make the scrollbars on the users browser colored like I've seen on other sites?
Birdman
3:05 am on May 1, 2003 (gmt 0)
It only works on IE5.5+, AFAIK. Use any of these styles on your body{} style declaration: body{ scrollbar-3dlight-color: #yourcolor; scrollbar-arrow-color: #yourcolor; scrollbar-base-color: #yourcolor; scrollbar-darkshadow-color: #yourcolor; scrollbar-face-color: #yourcolor; scrollbar-highlight-color: #yourcolor; scrollbar-shadow-color: #yourcolor; scrollbar-track-color: #yourcolor; }
papabaer
4:12 am on May 1, 2003 (gmt 0)
Hello Birdman! You are correct sir! IE 5.5 (and IE 6 in quirks mode)... but, I got a surprise for all colored scrollbar fans. There's now another player.... ;)
- papabaer
BlobFisk
10:39 am on May 1, 2003 (gmt 0)
There is a usability issue to bear in mind when using coloured scrollbars. Studies have shown that a vast majority of users feel more comfortable with the standard browser scrollbars. While CSS coloured scrollbars are IE only, the percentage of users surfing with IE is quite high, I'd recommend keeping usability in mind when it comes to coloured scrollbars.
RonPK
10:55 am on May 1, 2003 (gmt 0)
Hi BlobFisk,
Do you have any references (URL's) for those studies?
limbo
10:58 am on May 1, 2003 (gmt 0)
>>I got a surprise for all colored scrollbar fans. There's now another player....
Not a fan, Just curious (or missing something obvious?)