1

I have a select box I made,that looks OK on every browsers except IE8 ,in IE8 the items are near the bottom and not in the middle.

link: https://dl.dropbox.com/u/107452929/select/index.html

Awais
  • 4,752
  • 4
  • 17
  • 40
Lir An
  • 123
  • 2
  • 6

1 Answers1

3

Use padding instead of the height property to style the select list ...

select { padding:4px 0; }
Alex
  • 34,899
  • 5
  • 77
  • 90