this is what my select box looks like in FF http://d.pr/yLrR and this is what it looks like in IE http://d.pr/7KPA . there is too much padding between search and browse. thanks in advance for any help http://wp.me/1dfs6
I've found that with IE you have to specify all padding and margin. For example if you have padding-top:2px, you should also specify that the rest are 0px like this; padding:2px 0px 0px 0px. Not sure this will do it, might have to see some of your code to get a better idea.