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?
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?