make the logowrapper the same height as your image:
This is what you have now.
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px; change this to 178px (the height of your image
}
OK, I'm trying to deal with this thing myself... so far haven't quite figured it out, but have found this page here http://www.cayenne.co.uk/ie7/disappearing-content.html
Possibly changing the height to min height might work, since you've got background images in your layout?
-Alyce
Glad to help.
I am having the same problem. I tried the uncommenting 'h1 etc position relative' suggestion to no effect. In fact looking over my code I am completely stumped. Is changing something in the tmp_header.php page a possible next step or do you guys think it the problem has to be CSS related? Thank you, coffee all around.
IE7 CSS strict mode displays images differently than IE6. To have CSS just for IE7, go to CUSTOMTEMPLTE/common/html_header.php and add conditional CSS for IE7. For example, I add:
<!--[if IE]>
<style>
.dc { float:left; height:100%; vertical-align: auto; }
</style>
<![endif]-->
For one of my templates in which .dc is a div with display:table-cell in Mozilla but needs to be the above for IE7.
Thank you.
guys
i had the same problem with Ie7 so i changed the logowrapper and it fixed
in ie7 the logo looks fine but in any previous version the logo has a great huge gap between the ezpage header and the logo.
www.gsports-and-novelties.com/sportsm
any one got any answers on what i can do
thanks george
Hello
I am having problems with IE7, the shop display's perfectly in other browsers.
www.protrolley.com
I have tried most things in this thread but with out sucess.
Thanks