I knew how, i just forgot. How do you change the color size of a border for a select box in css?

2 answers

danwellman 3775
1
point
This was chosen as the best answer
#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 ;)

Answered 10 months ago by danwellman
1
point

Some browsers just don't like styling form controls.

see: http://www.456bereastreet.com/

Answered 10 months ago by Tony Crockford
Log in to post your answer