Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Sprite nav is wonky in IE6/IE7 Re: Sprite nav is wonky in IE6/IE7

#72121
goplutus
Member

I’ve seen a couple of issue in IE6/7 as well.
I resorted to using a separate stylesheet for 6 & 7 for my sprite header like this:

Code:

I had to set my top margin to 0px instead of 40px. For some reason, the 40px top margin made the image display 40 extra px of the header.

Your issue could be the padding.