Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Firefox vs IE layout problem ... ff = column, IE = grid ??

Firefox vs IE layout problem ... ff = column, IE = grid ??

Locked

Views: 1,557

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 Dec 2008, 9:03 AM
#1
nazarhookah avatar

nazarhookah

New Zenner

Join Date:
Nov 2007
Posts:
12
Plugin Contributions:
0

Firefox vs IE layout problem ... ff = column, IE = grid ??

I am having a little bit of an issue with this centerbox.

On fire fox it lists the products all in one column. Whereas on Internet Explorer it lists them in rows and columns.

I have attached some pictures of what I mean exactly.

I would like for it to be in rows and columns.

The URL to the site is : https://www.nazarhookah.com

If you can help, I would deeply appreciate it.

-Mahir

1 Jan 2009, 5:41 AM
#2
nazarhookah avatar

nazarhookah

New Zenner

Join Date:
Nov 2007
Posts:
12
Plugin Contributions:
0

Re: Firefox vs IE layout problem ... ff = column, IE = grid ??

anyone?

1 Jan 2009, 11:03 AM
#3
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Firefox vs IE layout problem ... ff = column, IE = grid ??

This line in your stylesheet is messed up. I'm not sure what it's trying to say and the browsers appear confused too.

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents{float:left;}, .centerBoxContentsAlsoPurch{float:left;}, .attribImg {float: ;left;}

To get your layout straight, you need this line sorted out in such a way as to make clear that .centerBoxContentsAlsoPurch is floated left.