Re: HELP! layout doesn't work in IE
(Sorry for digging this thread back up..)
I was looking for a solution to this same problem. I thought zencart must have somewhere to edit those width percentages, but they don't seem to.
So, intead of editing the files, you could handle it directly through the stylesheet.
For example, I've 2-columns per row for New Products and IE still displays them one per row, its just a minor width issue which can be resolved by adding the following to the stylesheet:
Code:
.centerBoxContentsNew {
width:49.9% !important;
}
Same for featured and others.
Hope it helps.
[FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]
Bookmarks