Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / explorer vs firefox?

explorer vs firefox?

Locked

Views: 651

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Dec 2010, 5:45 PM
#1
cchan avatar

cchan

Zen Follower

Join Date:
Oct 2010
Posts:
121
Plugin Contributions:
0

explorer vs firefox?

Hello, I have a problem with my page layout when viewing my website in internet explorer. If you open the page in internet explorer, you would notice the top logo is cut off, however, if opened in firefox, everything is fine.

My page is http://oembargain.com

Please help with fixing this issue :(

Thank you

23 Dec 2010, 6:07 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: explorer vs firefox?

The problem happens in IE7 ("compatibility view"), but not IE8.
You have the logo floated left, which can make an element take less or no vertical space in the layout. It does not appear to be necessary for your layout. Try editing this to remove the logo from the rule:

stylesheet.css (line 162)
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}

23 Dec 2010, 6:35 PM
#3
cchan avatar

cchan

Zen Follower

Join Date:
Oct 2010
Posts:
121
Plugin Contributions:
0

Re: explorer vs firefox?

I see, thank you very much!