When login block is in sidebar, it works fine. But when webform block even with one element breaks the header menu in ie7.

I compared 2 forms in ie developer tools, but can't figure out what is causing the problem. I also adjusted css for ie7 but looks like it is beyond my knowledge.

CommentFileSizeAuthor
ie7-menu-notworking.png20.13 KBbellagio
ie7.png17.6 KBbellagio
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bellagio’s picture

This problem is gone like a mystery today.

I notice one thing in ie7.css: #naviagion should be changed to #header-menu

line 38
/* Bug: extra margin on navigation items */
#navigation li.expanded ul {
list-style-position: outside;
}
/* Bug: Ugly arrows in navigation menu */
#navigation li.expanded * {
list-style-image: none!important;
list-style-type: none!important;
}

Jeff Burnz’s picture

Issue summary: View changes
Status: Active » Closed (outdated)