Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / IE(Problem) Product Category Listing Bleeds Into Category Header?

IE(Problem) Product Category Listing Bleeds Into Category Header?

Locked

Views: 1,680

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
17 Dec 2007, 3:41 AM
#1
allen875 avatar

allen875

New Zenner

Join Date:
Dec 2007
Posts:
5
Plugin Contributions:
0

IE(Problem) Product Category Listing Bleeds Into Category Header?

hi and thanks for your responses,

I am working on a site design for https://www.gourdpatchart.com and when viewing the site in firefox everything looks fine, but when viewed in internet explorer 7 the first product category bleeds up into the categories header (title).

I've tried everything I can think of for two days to fix this, searched the forums here and the wiki and just can't seem to find anything that helps. :frusty:

17 Dec 2007, 4:04 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: IE(Problem) Product Category Listing Bleeds Into Category Header?

This is messed up in Firefox, too. All of the sidebox contents top lines run on from the headings without a break.
It may be that in trying to get the headings to the left, you removed a property that the heading needs. Add this to your

h3.leftBoxHeading, h3.leftBoxHeading a {

declaration:

display: block;
text-align: left;

17 Dec 2007, 4:09 AM
#3
allen875 avatar

allen875

New Zenner

Join Date:
Dec 2007
Posts:
5
Plugin Contributions:
0

Re: IE(Problem) Product Category Listing Bleeds Into Category Header?

awesome, thats what it was, thank you. Now I just gotta change get it to line up which that I can do. :clap: