Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Formatting problems on product info page and in header

Formatting problems on product info page and in header

Views: 611

Results 1 to 5 of 5
30 Dec 2011, 6:06 PM
#1
olcs avatar

olcs

New Zenner

Join Date:
Dec 2011
Posts:
92
Plugin Contributions:
0

Formatting problems on product info page and in header

I am having a number of formatting problems that I hope someone may be able to help me with.

In Firefox my additional images are displaying over the top of my product description. In ie9, chome, and safari they are displaying fine. Can anyone point me in the right direction to rectifying this?

The url is: http://www.o u r l i t t l e c o t t a g e s h o p . c o . u k /index.php?main_page=product_info&cPath=2&products_id=6

(Please remove the spaces from the url above)

Also, I have a shopping bag area in the header, this displays fine in chrome, safari and firefox but not in ie9. In ie9 the text hangs outside of the main page. The same url given above can be used to see this.

I realise that this is going to be a coding problem somewhere and something I have messed up so any help someone can give me would be much appreciated.

30 Dec 2011, 6:31 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Formatting problems on product info page and in header

to fix additional image . add this to end of your stylesheet.css

#productAdditionalImages
{
clear:both;
}

test with all browser to see other browser are not effected.

ie9 , can not help , i have no ie ..

30 Dec 2011, 7:01 PM
#3
olcs avatar

olcs

New Zenner

Join Date:
Dec 2011
Posts:
92
Plugin Contributions:
0

Re: Formatting problems on product info page and in header

tony_sar:

to fix additional image . add this to end of your stylesheet.css

#productAdditionalImages
{
clear:both;
}

test with all browser to see other browser are not effected.

ie9 , can not help , i have no ie ..

Hi Tony,

Thank you so much for the quick response and your help with this, it worked like a dream. If anyone has ie and can help me with my other issues it would be very much appreciated!:smile:

1 Jan 2012, 2:33 PM
#4
olcs avatar

olcs

New Zenner

Join Date:
Dec 2011
Posts:
92
Plugin Contributions:
0

Re: Formatting problems on product info page and in header

Can anyone else with my internet explorer formatting problem please?

2 Jan 2012, 12:39 AM
#5
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Formatting problems on product info page and in header

since i don't have IE. im shooting in dark.

you have a div called shoppingbag ..
you defined two other div nested inside main div . so there are no reason for setting their position to absolute.

you may want to remove those and adjust the nested divs with margin and padding.