Re: dropdown box image swap: firefox vs. IE7...grrr
Remove all the browsers default margin and padding.
Try to have this on your CSS:
[code:39hcm8r3]
*{
margin:0px;
padding:0px;
}
[/code:39hcm8r3]
...otherwise, create another rule for IE and set the top margin with a negative value.