Hello, I recently installed IE8 and I noticed some issues with the Superfish Menu when rolling over the menu titles when they have children/epanded titles. This happens on any page of my site, not just home page.

Basically when you mouse over the main menu titles, you can see the primary links, but the primary links vanish after you mouse over them and put the mouse on a different primary link. This only happens if they are the kind that expand with the arrows. I can bring them back by mousing over them again, but then they disappear again when the mouse if on a different primary link under the main menu links.

I have not had any issues on Firefox or Chrome, or with IE7. So there must be something I need to change in CSS to fix this in IE8? I am still on Drupal 6 and I don't use the image slideshow, thanks.

Comments

overkill’s picture

I fixed this myself, I changed

#superfish .menu li {
float:left;
position:relative;
}

to

#superfish .menu li {
float:left;
position:relative;
z-index:100;
}

danpros’s picture

Hi overkill,

Thanks :) this will added in future release.

Dan

overkill’s picture

Cool, I am glad I was able to help on a future release, I love this Drupal theme and have used it on several sites.