Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Header not displaying properly in IE 7.0

Header not displaying properly in IE 7.0

Locked

Views: 1,813

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
26 Aug 2008, 2:04 PM
#1
ibrahim avatar

ibrahim

New Zenner

Join Date:
Aug 2008
Posts:
5
Plugin Contributions:
0

Header not displaying properly in IE 7.0

The title says it all. It displays properly in Safari, Firefox, and IE 6, but IE 7 chops off half of the logo and the text shifts in relation to the header background.

The site is surveyorsexchange.com.

I'm new to CSS stuff, so any help would be appreciated!

26 Aug 2008, 7:08 PM
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,601
Plugin Contributions:
0

Re: Header not displaying properly in IE 7.0

Check the height of the logo listed in your includes/languages/english/YOUR_TEMPLATE/header.php

26 Aug 2008, 7:43 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Header not displaying properly in IE 7.0

Also, the height portion of #logoWrapper in stylesheet.css.

26 Aug 2008, 8:27 PM
#4
ibrahim avatar

ibrahim

New Zenner

Join Date:
Aug 2008
Posts:
5
Plugin Contributions:
0

Re: Header not displaying properly in IE 7.0

Thanks, guys!

1 Sep 2008, 7:55 AM
#5
jakedownhere avatar

jakedownhere

New Zenner

Join Date:
Aug 2006
Posts:
38
Plugin Contributions:
0

Re: Header not displaying properly in IE 7.0

stevesh:

Also, the height portion of #logoWrapper in stylesheet.css.

Yeah, that's what is was in my cart... cut off half the logo banner for the header. #logoWrapper height was set to 75px. I changed mine to 150px due to the height of my banner.

This 75px must be either a 1.3.8 issue or an IE 7 issue overriding the height of the image object with the css height value.

Thanks for the help!

1 Sep 2008, 1:38 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Header not displaying properly in IE 7.0

Yes, the 75px is Zencart default, and IE7 can't override it like FF does - go figure.