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
I've tried as following and it worked for me:
select { line-height:normal; padding:3px; }