Hi
Image link hover jumps down in IE 8 without using "compatibility view". I don't want to click on the button to view "compatibility view" for fear that I may no longer see this issue. In FF of course it looks fine
I am using zen-cart 1.3.9d with basic styling modifications but I also see it in a site that I have using 1.3.7 (which I never noticed until today) because I avoid IE and forget to even look at it through those eyes.
Site is at:
http://alleganyartisans.com/store

I did notice if I remove
background-color:#B52C07;
from the css, line 33

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
background-color:#B52C07;
color: #fff;
}

it goes away but I don't want to remove a background color on hover

Any ideas on this quirk and how to get around it?