I knew how, i just forgot. How do you change the color size of a border for a select box in css?
2 answers
point
#select_id { border:5px solid red; }
The border is one of the few things that can be styled on a select box, but you can't change the arrow or do anything too fancy ;)
point
Some browsers just don't like styling form controls.
see: http://www.456bereastreet.com/
