The main-navigation (links) is not displayed correct in Interet Explorer 7 (WinXP). Firefox 3 (WinXP) and Safari and Firefox (Mac) is working fine.
Seems to be a css-problem. See screenshot for details.

CommentFileSizeAuthor
#3 primary_menu.jpg33.22 KBrofranco
#2 2010-01-22_1518.png244.22 KBKian
#1 ie7_a.png365.38 KBGluhm
#1 ie7_a.png365.38 KBGluhm
4seasons-ie7.jpg156.29 KBGluhm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gluhm’s picture

FileSize
365.38 KB
365.38 KB

I tested (browsershots.org) several browsers and noticed that IE8 is working fine.

Seems to be a problem with the float/clear of the header elements (

maybe), but I couldn't solve the problem myself.

Hope the information is usefull to solve the problem.

Kian’s picture

FileSize
244.22 KB

Hi,

I have the same problem! Unfortunatly I have not enough skills with css to help. I will help testing patch! I can do that! ;)

Cheers!
K

rofranco’s picture

FileSize
33.22 KB

The same problem for me.

saurabhi’s picture

I am also having this problem.

Internet Explorer sucks man!

Why can't they borrow some code/help/experts from Firefox or Chrome? :-)

I don't remember ever having any problem with Firefox.

whatistocome’s picture

I think I tracked down the culprit.

Adding a "left: 0;" to #primary in the theme's style.css made the menu display normally in IE 7. So, #primary should become:

#primary {
left: 0;
bottom:0;
height:70px;
position:absolute;
width:990px;
background: transparent url(img/transparent-black.png);
}

This fixed it in IE7 and didn't break anything else that I noticed. I tested in IE7 and FireFox on Windows XP and IE 8 and FireFox on Windows 7 and BrowserShots.org shows that it looks good as well.