Please take a look at www.preiswertgesund.de with ie6
The sidebars are not showing up properly with ie6
Tey do with opera and firefox.
What may be the cause?
p.S: I removed the html-blocks with the ads but the bad behaviour didn't change
Prob with sidebars of square theme under ie6
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Prob with sidebars of square theme under ie6
Hi!
When I save your HTML and remove all three jamesbutler ADs, it works. So it's those ads. Gues they are too wide.
Best regards,
Garvin
When I save your HTML and remove all three jamesbutler ADs, it works. So it's those ads. Gues they are too wide.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Best regards,
Garvin
The one in top and bottom of the page.iskru wrote:Are you talking about the banner-ads on top and bottom of the article area, or about the html-blocks in the sidebars?
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
Your first message shows you edited the message, and removed something, so I cannot tell if you responded to Garvin's comment about the banner ads or not.
They are definitely the problem. Those ads are 468 px wide, and are specifically stated as such in the img properties.
That theme states the entire page is 900 pixels wide, but the portion that contains the left side content is 455pixels wide. A very simple fix would be to open the template's style.css file, and change the width of #mainpane from 900px to 913px (or more). For consistency, you should also change #content width from 455px to 468px. The difference between where you are now, and where you need to be is a mere 13 pixels!!
They are definitely the problem. Those ads are 468 px wide, and are specifically stated as such in the img properties.
That theme states the entire page is 900 pixels wide, but the portion that contains the left side content is 455pixels wide. A very simple fix would be to open the template's style.css file, and change the width of #mainpane from 900px to 913px (or more). For consistency, you should also change #content width from 455px to 468px. The difference between where you are now, and where you need to be is a mere 13 pixels!!
=Don=