Is there a css only way to style <select>
dropdown?
I need to style a form as much as humanly possible without any javascript intervention. What are the properties I can use to do so in CSS?
This code needs to be compatible with all major browsers.IE6,7,8 All FF and safari versions
Edit:
I know i can make it with javascript
http://www.queness.com/post/204/25-jquery-plugins-that-enhance-and-beautify-html-form-elements
and i'm not talking about simple styling. i want to know, what best we can do with css only.
Edit 2:
I found similar questions on SO
http://stackoverflow.com/questions/1072239/is-it-possible-to-style-a-select-box
and this one on Doctype.com