I want to vertically align the text in select box. I tried using
select{ verticle-align:middle; }
however it does not work in any brows
Try to set the "line-height" attribute
Like this:
select{ height: 28px !important; line-height: 28px; }
Here you are some documentation about this attribute:
http://www.w3.org/wiki/CSS/Properties/line-height
http://www.w3schools.com/cssref/pr_dim_line-height.asp