I have read that changing the z-index will help for this problem and I read/followed http://drupal.org/node/1288484. I found that the z-index IS set throughout the form and changing them has had no effect. At this point, IE is the only browser having this issue. What else can I do or is there a problem with the latest version of the theme?

Thanks in advance,
Rob

CommentFileSizeAuthor
#11 SiteIssues.odt107.81 KBAnonymous (not verified)

Comments

Anonymous’s picture

For clarification, the Superfish menu is in the Features Panel block. I'm not sure if this makes a difference.

Anonymous’s picture

FYI - I just found this in the navigation.css:
/* Corolla supports Superfish drop menus in two regions - Menu bar and the Header panel,
and we need to support standard menu blocks as well. */

So, I believe this is my problem since I am using Superfish in the Features Panel. I will see if I can make this work in the Header panel or see if I can duplicate the CSS for the Features panel and go from there.

If anyone has a suggestion/fix, please let me know.

Anonymous’s picture

I moved the Superfish menu to the header panel and the problem persists. That does not seem to be the problem.

Anonymous’s picture

More info: I found that if I put the Superfish menu in the Menu Bar, it does work. The display is messed up in other ways (font color and etc.) but it does display on top of the content.

Anonymous’s picture

FYI - I moved the SuperFish menu to the Menu Bar and it is working fine. However, the Header panel and Secondary (Feature) panel still displays behind the content. I have made do by moving what I wanted in the secondary to the menu bar and what I wanted in the menu bar to the User menu but it would be nice to be able to change that up a bit.

Jeff Burnz’s picture

gr8britton - can I see your site, it would be easier for me to see your setup and trouble shoot the problems. Cheers.

Anonymous’s picture

Unfortunately, it is an internal site. Can I send you some files to make it easier?

Another side note: I changed to Pixture Reloaded and it works fine.

Jeff Burnz’s picture

Yes, maybe some screenshots with captions or some accompanying text to explain what is happening.

Anonymous’s picture

StatusFileSize
new107.81 KB

I have attached a doc with a few screen shots.

Anonymous’s picture

Did this document help?

Anonymous’s picture

Any word?

Anonymous’s picture

Well, I just had to abandon using this theme as I did not get any responses re: how to fix this.

Jeff Burnz’s picture

Status: Active » Closed (fixed)

Trivial, loads of info about this exists.

#header-wrapper {
position: relative;
z-index: 100;
}

Anonymous’s picture

As stated:

"I found that the z-index IS set throughout the form and changing them has had no effect."