PDA

View Full Version : Select Box Colour


wellmad
05-10-2004, 10:42 AM
Hello, just a quick one, probably quite simple....

I've changed the colour of a textarea scroll bar using the following code:

<textarea id="replyView" style="scrollbar-face-color:#003399;scrollbar-arrow-color:red;scrollbar-track-color:white;scrollbar-3dlight-color:red;scrollbar-darkshadow-color:red" rows="12" cols="57.5">

I've tried to change the scrollbar colour of a drop-down box using the same code, ie:

<select id="choose" style="scrollbar-face-color:#003399;scrollbar-arrow-color:red;scrollbar-track-color:white;scrollbar-3dlight-color:red;scrollbar-darkshadow-color:red">

But it hasn't worked =(
Is this possible? Any idea's?

trib4lmaniac
05-11-2004, 03:21 PM
Don't think it can be done tried applying it globally to * {scrollbarcoloringstuff}... nothing.

trib4lmaniac
05-11-2004, 03:21 PM
btw disgusting scrollbar coloring :eek: