getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Select element heights IE bug #157

Closed getdave closed 11 years ago

getdave commented 11 years ago

Select elements do not respect height in IE8. However you can fake this by adding vertical padding of 1em.

This does not fix IE7 where users will just have to suffer the terrible fate of having a select box without a height. Oh the shame!