Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Problem with subcategories displaying correctly in IE

Problem with subcategories displaying correctly in IE

Locked

Views: 993

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Sep 2007, 4:30 PM
#1
frostbite7217 avatar

frostbite7217

New Zenner

Join Date:
Sep 2007
Posts:
4
Plugin Contributions:
0

Problem with subcategories displaying correctly in IE

In my current template, I would like my subcategories to display tiled 2 per row down the page. In firefox this works fine, but in IE7 it tiles them vertically one per row. http://76.216.128.212/store/index.php?main_page=index&cPath=72 Any assistance would be greatly appreciated. This is not an upgraded zencart, it was a fresh install with the newest version.

14 Sep 2007, 6:24 PM
#2
robiny avatar

robiny

New Zenner

Join Date:
Sep 2007
Location:
Dunfermline, Scotland
Posts:
22
Plugin Contributions:
0

Re: Problem with subcategories displaying correctly in IE

Hi there,

I had the same issue recently, check my post on the 12th September under 'Sub Category Listing', this may help a bit.

Cheers

Robin

14 Sep 2007, 6:59 PM
#3
frostbite7217 avatar

frostbite7217

New Zenner

Join Date:
Sep 2007
Posts:
4
Plugin Contributions:
0

Re: Problem with subcategories displaying correctly in IE

Thanks,
I looked that over, but that doesn't seem to be the issue I am having. I think it has to do with IE basing position on absolute and firefox basing position on container. I have been unable to fix it yet though using position: relative; on the categoryListBoxContents

Tyler

14 Sep 2007, 7:45 PM
#4
frostbite7217 avatar

frostbite7217

New Zenner

Join Date:
Sep 2007
Posts:
4
Plugin Contributions:
0

Re: Problem with subcategories displaying correctly in IE

I have fixed the issue. instead of trying to get IE to use relativity on the container, I over road the category_row.php file that specifies the percentage that the column takes up. I changed from % to pixels that is based on 500 (the open space I have on this template) divided by the number of columns per row.