Zen Cart Logo
Forums / General Questions / Layout issue in IE8

Layout issue in IE8

Locked

Views: 897

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
20 Apr 2010, 3:41 PM
#1
ianperryment avatar

ianperryment

New Zenner

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

Layout issue in IE8

ZC 1.3.8a

Hi ZC friends,

I have a small layout issue in IE8 which i'm not sure how to resolve. If you load our main page at

w w w . i v o r y p e a r l i n t e r i o r s . c o m

Underneath "Browse by Collection", in the centre column, there should be the row of 5 images for our collections.

In Safari / Firefox etc I see this, but in IE8 I get four images and an extra row with the 5th.

A small issue but I do not know enough about the IE upgrade to know what to do and it is obviously off putting for customers.

Thanks in advance for your help,

20 Apr 2010, 3:54 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Layout issue in IE8

Very nice-looking site.

Try removing the margin in .categoryListBoxContents in the stylesheet and see what happens.

20 Apr 2010, 10:34 PM
#3
ianperryment avatar

ianperryment

New Zenner

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

Re: Layout issue in IE8

Hi SteveSH,

Thanks for your kind comments.

I did what you suggested and it did display all 5 images in the row. Similar effect doing

.categoryListBoxContents
{
margin: 0em 0em;
}

However there is no gap between the top of the images which also looks bad.

Do you know of anything else I can try ?

I tried specifying a smalled fixed height i.e margin: 1px and still the same problem.

Thanks again,

21 Apr 2010, 9:55 AM
#4
stevesh avatar

stevesh

Black Belt

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

Re: Layout issue in IE8

Try .categoryListBoxContents {

    margin: 1em 0em 0em 0em;

}

(margin: 1em 0em 0em 0em ; top right bottom left )

I usually remember it as 'trouble' (TRBL).