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!

CommentFileSizeAuthor
IE7_dropdown2.jpg24.65 KBgpfconway
IE7_dropdown1.jpg28.88 KBgpfconway

Comments

Deepika.chavan’s picture

Hi,
Add following css code in your 'ie7-fixes.css' file.

body.layout-main-last #content-wrapper {
  position: static;
}

div.block#block-menu-primary-links {
  position: static;
}

Please clear cached data here- /admin/settings/performance

HTH!!

Rgrds,
Deepika Chavan.

esmerel’s picture

Status: Active » Fixed
gpfconway’s picture

fixed! thx Deepika.

Status: Fixed » Closed (fixed)

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