Click to See Complete Forum and Search --> : Change style of select


netfang
08-07-2003, 11:57 PM
I wnat to change the style of the border of select element,I use css on it but it doese not work out.
Pls tell me any way to do it,Thanks!

AdamGundry
08-08-2003, 05:01 AM
I don't believe most browsers support styling the borders of a select element. You'll have to do without, or mimic a selectbox using Javascript - though that could make your page inaccessible.

Adam