Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / IE7 / compatibility mode centerBox problem

IE7 / compatibility mode centerBox problem

Views: 690

Results 1 to 3 of 3
29 Sep 2011, 01:00
#1
marknew avatar

marknew

Zen Follower

Join Date:
Oct 2005
Posts:
274
Plugin Contributions:
0

IE7 / compatibility mode centerBox problem

In IE compatibility mode my product listing pages break. The images load correctly and then just to the right side of the page and overlap eachother.
http://society-online.com.au/index.php?main_page=index&cPath=9

Zencart 1.3.9h

Do i need to set the centerbox width in css somewhere?

thanks.

29 Sep 2011, 02:32
#2
marknew avatar

marknew

Zen Follower

Join Date:
Oct 2005
Posts:
274
Plugin Contributions:
0

Re: IE7 / compatibility mode centerBox problem

If i set the page width to 1300px or 100% the images down overlap.

#mainWrapper {
text-align: left;
width: 1300px;
vertical-align: top;
}

29 Sep 2011, 11:19
#3
stevesh avatar

stevesh

Black Belt

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

Re: IE7 / compatibility mode centerBox problem

You might try adding to the bottom of stylesheet.css:

#navColumnOne.columnLeft {width: 190px;}