Active
Project:
Four Seasons
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 07:45 UTC
Updated:
1 Apr 2010 at 21:17 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | primary_menu.jpg | 33.22 KB | rofranco |
| #2 | 2010-01-22_1518.png | 244.22 KB | Kian |
| #1 | ie7_a.png | 365.38 KB | Gluhm |
| 4seasons-ie7.jpg | 156.29 KB | Gluhm |
Comments
Comment #1
Gluhm commentedI 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 (
Hope the information is usefull to solve the problem.
Comment #2
Kian commentedHi,
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
Comment #3
rofranco commentedThe same problem for me.
Comment #4
saurabhi commentedI 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.
Comment #5
whatistocome commentedI 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.