Hi!

I got a nasty problem using the garland theme. The right sidebar is placed under the content when viewed with ie6.
I read up on everything I could find here in the forum on related issues (including broken html in amongst the content, but I don't see it). I'm first to admit I'm not a css god by any means and I would be very grateful to get any pointers in the right direction on how to fix this. The site is on www.skatter.se and if you browse to it with ie6 the problem is painfully visible.

best regards,
andreas

Comments

welded’s picture

I don't have VMware booted up right now, but usually when you see that sort of thing either your content or the sidebar has something that's making it wider than you want. Sometimes this is a very long word that doesn't wrap, an image, a form element - that sort of thing. If it's nothing 'obvious' like that then it's more than likely a block element with some extra padding or margins. Install the IE developer toolbar and try to find the offending element(s) and go from there.

ebrygg’s picture

Yes, that sounds plausible but the thing I probably should have mentioned is that it renders correctly in firefox, safari and ie7. That leads me to believe it's probably some css voodoo that messes it up. I've got all the tools installed both in ie and firefox but I've kinda hit a brick wall here and I don't see anything wrong (hoping I'm an idiot and it's something simple I'm missing). Thanks for trying to help me!

welded’s picture

Unfortunately I can't take time to help out right now, but I recognized your description as something I've come across in IE6 a number of times and the solution is always to find the 'fat' element and assess. IE6 is known to have plenty of padding/margin bugs. I would start by looking at anything in the sidebar that's floated.

Jeff Burnz’s picture

It would be good if you would disable "Aggregate and compress CSS files" in performance settings so we more easily access the style sheets.

Where abouts in Sweden are you, I can probably help you out with this, ie6 can be such a pain to debug for...

ebrygg’s picture

Hi, greetings from Göteborg!

I've disabled the compression, I've still not figured this out.

- Andreas

Hueij’s picture

Give the three left floated divs a "display:inline" in your IE6 stylesheet. I think that may solve your problem. An explanation is given here:

http://www.positioniseverything.net/explorer/doubled-margin.html

thomasmurphy’s picture

just subscribing so I remember to look at this later