There's a bit of a bug with this and internet explorer 6. As written, the styles for an active sprite menu are being applied to all active links on the site in IE6 only. That's because there is a rule like this:

a.spritemenu-1.active

applied to all styles. This means other links seem to disappear.

I'm attaching a quick patch to take care of this issue.

CommentFileSizeAuthor
spritemenu.module.patch425 bytesmariacha

Comments

quicksketch’s picture

Status: Needs review » Fixed

Thanks for the patch! I'm not sure how the patch affects what you described (are you sure this was the right patch?), but it's a good change nonetheless. Committed as-is. Thanks!

Status: Fixed » Closed (fixed)
Issue tags: -ie6, -Internet Explorer 6, -compatibility

Automatically closed -- issue fixed for 2 weeks with no activity.