Closed (fixed)
Project:
BlueMasters
Version:
7.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
12 May 2011 at 00:02 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent
Our header menu is broken in IE6 and IE7 and displayed in one column.
| Comment | File | Size | Author |
|---|---|---|---|
| ie67menu.jpg | 23.73 KB | Ivaseg |
Comments
Comment #1
fineartist99 commentedYep, I've got the same problem. Anyone figure out how to fix this issue?
Comment #2
gtsopour commentedHello 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.
Comment #3
Ivaseg commentedHello gtsopour.
Adding
float:left;to#navigation ul.menu liandul#secondary-menu liwas 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 supportli:hover(onlya:hoverhe 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.
Comment #4
gtsopour commentedHello Ivaseg,
thank you very much for this update. If you have any suggested corrections, please let me know.
Thanks again.
Comment #5
tiagopb commentedActually, 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.
Comment #6
gtsopour commentedHello tiagopb
Just add position:relative; z-index:1; to the #navigation ul.menu at the line 353 of style.css
Please confirmed me that it worked for you.
Thanks
/George