I have a select form element with the following CSS:
border:solid 0 #000; background: transparent url("../images/input_fld.png") no-repeat; height:42px; width:275px; padding-left:10px; padding-right:0px; font-family: monospace;
This creates a selection window as follows:
Webkit

Mos

IE

How can i fix this?
I tried adding this for IE:
And while this fixes the problem of alignment with the bottom edge of the text, this also leads to the problem of also pressing the down arrow by 10 pixels.
source share