|
|
Question : Html Select-box and border
|
|
Im trying to show a SELECT box a form. Not that hard, but i wanna change the bordercolor of the box. Either with style or css. Anybody know how?
Ta RvanLokven
|
Answer : Html Select-box and border
|
|
The border of a select is one of those few things that cannot be styled. Browsers actually use the windows control, and cannot modify it. You can style a div to look like a select, but it will not behave the same way, so if you actually need the select functionality, you are stuck with the border.
Cd&
|
|
|
|
|