Remove excess padding inside select element in IE8

Razzorhead

New Member
I'm trying to remove styling from \[code\]select\[/code\] elements using CSS. For example:http://jsfiddle.net/HTseX/No matter what I try, there is extra padding between the border of the element and the text, mainly in IE8. Firefox, Chrome and IE9 are simliar to each other, but IE8 is taller.I'm guessing it just isn't possible. I always try to use the same code in all browsers, so I'm try to make sure I actually need to do specific coding for IE8, or use JS pulldowns.Thanks.
 
Back
Top