Our header menu is broken in IE6 and IE7 and displayed in one column.

CommentFileSizeAuthor
ie67menu.jpg23.73 KBIvaseg

Comments

fineartist99’s picture

Yep, I've got the same problem. Anyone figure out how to fix this issue?

gtsopour’s picture

Assigned: Unassigned » gtsopour
Issue tags: +Bluemasters theme

Hello Ivaseg and fineartist99,

you could read some instructions about this issue at http://drupal.org/node/1148782. I deal with this issue personally and I hope all the problems (with IE previous versions) have been resolved in the next release of Bluemasters theme.

Ivaseg’s picture

Hello gtsopour.

Adding float:left; to #navigation ul.menu li and ul#secondary-menu li was fix an issue in IE7 but in IE6 it was fixed just menu position (it now goes in one row but drop down menu not displayed). I think this is goes because IE6 don't support li:hover (only a:hover he understood).

Now I'm trying to adapt module Superfish for this theme. This drop down menu work in IE6 but has few small bugs that displayed in my site.

gtsopour’s picture

Hello Ivaseg,

thank you very much for this update. If you have any suggested corrections, please let me know.

Thanks again.

tiagopb’s picture

Actually, the menu drop down is still working, but it "shows" under the image reel... if you remove the images from image_reel, you can see the drop down menu.

I'm not a css expert, is there a way to force the image reel to not be above the menu? I'd appreciate any help on this.

Thanks.

gtsopour’s picture

Status: Active » Fixed

Hello tiagopb

Just add position:relative; z-index:1; to the #navigation ul.menu at the line 353 of style.css

#navigation ul.menu  { float:right; display:block; padding:0; margin:0; position:relative; z-index:1; }

Please confirmed me that it worked for you.

Thanks
/George

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