Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Sub-category display differ; FF good, IE bad.

Sub-category display differ; FF good, IE bad.

Locked

Views: 1,482

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
7 Nov 2006, 12:14 PM
#1
shk avatar

shk

New Zenner

Join Date:
Oct 2006
Posts:
62
Plugin Contributions:
0

Sub-category display differ; FF good, IE bad.

My site, sub-category page.

The category listing is wrapped in a div overflow, code below:

.centerColumn {
 height: 390px;
 Width: 830px;
 overflow: auto;
}

In Firefox, the sub-categories line up properly, 3 per row.
With IE, the lineup gets screwy.

Product listing, which is also wrapped with the same overflow
that gives scrollbars, is not affected.

What am I doing wrong?

Sincerly,
/Per

8 Nov 2006, 10:06 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Sub-category display differ; FF good, IE bad.

Couple of things: the page you referenced : the tag for this is #indexCategories and not centerColumn.

As I recall when this scroll was desired before you were not using the grid mod and this has complicated things. When in grid fashion the space is divided equally and therefore there is no room/space for the scroll bar.

You will have to adjust this in the css with - .categoryListBoxContents and set width to something like 30%. This will stack them all to the left. Get the scroll bar displaying and then slowly adjust the margins to center things up.