I have a select tag and when there is a value in it it is vertically aligned to the bottom. I checked the CSS on it and it is the only thing is a font size and font. When I remove the doctype from the page everything looks okay, but I am assuming that this happens because the browser corrects it. This problem only occurs on IE8.
Share
I have found the cause of this issue. In IE8 it stems from the fact that I was applying the same style to a select tag twice. Once in a class it inherited from and once for all select tags.