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.
| Comment | File | Size | Author |
|---|---|---|---|
| ie7-menu-notworking.png | 20.13 KB | bellagio | |
| ie7.png | 17.6 KB | bellagio |
Comments
Comment #1
bellagio commentedThis 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;
}
Comment #2
Jeff Burnz commented