Forums

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

Home Forums CSS Strange IE bug Re: Strange IE bug

#93478
Mottie
Member

If the problem is occurring in IE6, it’s because the “:hover” pseudo-selector was not supported. Honestly, I wouldn’t bother if this is the case because of the IE6 auto-updating announcement (ref).

If the problem is occurring in a modern browser, then it would help if you shared more of your css as Noahgelman asked; because I’m guessing it could be related to using ID’s, which should be unique, instead of classes on those elements.