Closed (fixed)
Project:
Acquia Marina
Version:
6.x-2.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2011 at 14:37 UTC
Updated:
2 Sep 2011 at 11:41 UTC
primary menu dropdowns disappear behind sidebar-last and main content area in IE7 only. IE8 and IE9 ok. all other browsers ok.
website: www.computing.dcu.ie
see screenshot IE7_dropdown1.jpg
added following to ie7-fixes.css (same as the preface fix); fixes sidebar-last but not dropdown menu disappearing behind main content area:
#sidebar-last div.block, #content-content div.node {
position: static
}
see IE7_dropdown2.jpg
is this a z-index IE bug? have tried various z-index solutions but to no avail. please help!
| Comment | File | Size | Author |
|---|---|---|---|
| IE7_dropdown2.jpg | 24.65 KB | gpfconway | |
| IE7_dropdown1.jpg | 28.88 KB | gpfconway |
Comments
Comment #1
Deepika.chavan commentedHi,
Add following css code in your 'ie7-fixes.css' file.
Please clear cached data here- /admin/settings/performance
HTH!!
Rgrds,
Deepika Chavan.
Comment #2
esmerel commentedComment #3
gpfconway commentedfixed! thx Deepika.