September 21st, 2003, 11:43 AM
-
select box css?
I've been searching for ways to graphically customise my select boxes (<SELECT> ) in HTML, using CSS.
However, I tried doing so, but it seems to me the SELECT element isn't quite customisable this way. How can i do so in CSS?
Any help appreciated!
September 21st, 2003, 12:02 PM
-
* edited * -- Sorry for the wrong info......
Last edited by hpnadig; September 21st, 2003 at 01:08 PM.
September 21st, 2003, 12:57 PM
-
<select> menus have limitations when it comes to applying CSS. In particular, I believe it's the borders and the arrow that you cannot modify. But you can change the background color, text color, font, etc. They do not inherit from <input>, you need a specific <select> assignment.
# Jeremy
Explain your problem instead of asking how to do what you decided was the solution.