Click to See Complete Forum and Search --> : Drop Down Menu Scrollbar Colors
celes
08-18-2006, 01:18 AM
Is there any way to change the colors on the scroll bar for the drop down menu? I have a stylesheet that has the colors specified for the HTML but it doesn't change the bar on the drop down menu on one of my pages. The code below changes everything else with a scrollbar. Oh! I'm viewing the results in FrontPage & Internet Explorer.
HTML
{
scrollbar-face-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-highlight-color: #F5F5F5;
scrollbar-shadow-color: #999999;
scrollbar-3dlight-color: #808080;
}
Kravvitz
08-18-2006, 01:59 AM
Only IE7 (tested in IE7 beta 2) supports scrollbar colors on the select element and only when the size is greater than 1 (size defaults to 1) and/or when multiple is set.
http://www.dynamicsitesolutions.com/css/scrollbar_colors/
The Little Guy
08-18-2006, 02:05 AM
I'd say no
celes
08-19-2006, 09:08 PM
Thanks for the help. Sometimes I wonder where IE leaves their brain. They allow for scrollbar changes for the document but not the elements...... real smart!
Albatross
08-19-2006, 10:11 PM
Custom colored scrollbars is a non-standard proprietary "feature" that is supported only by Internet Explorer (and Konqueror, IIRC).
Kravvitz
08-19-2006, 10:13 PM
And Opera. Read the page I linked to. :p
Albatross
08-19-2006, 10:19 PM
And Opera. Read the page I linked to. :p
How could I have forgotten Opera...
must be all the tabs to WebDeveloper and SitePoint I have open right now...