I am building a site using d7.14 and a custom subtheme of omega 7.3.1. I am using muchomenu to make a drop down mega menu. I built it using google chrome and it is working fine. In FF and IE the background and positioning are fine, but the width and float:left for the ul's in the drop down div is not working. It doesn't even show up in firebug but other properties from the same css file do. the z-index is being ignored as well.

http://67.23.245.11 is the site and I will attach the menu style sheet.

Any pointers are greatly appreciated. I am thinking it may be my css, but I am not sure and not too familiar with drupal.

CommentFileSizeAuthor
mainNav.txt18.68 KB21tech

Comments

21tech’s picture

Status: Active » Closed (works as designed)

Setting to works as designed. I resolved the float issue. The z index issue was resolved by setting the "bottom" element to z-index:auto;