When using the IE6 browser the right boxes show up beneath the content.
see screenshot: http://i35.tinypic.com/53kc3t.png

Comments

Jeff Burnz’s picture

Status: Active » Closed (won't fix)

Some of your images are too wide and are breaking the layout in IE - why not use the imagecache preset like you do with the other images?

portait’s picture

We have been using the image module before and now we have switched to imagefield+imagecache. I have updated the images on the frontpage but it still breaks IE6.

see screenshot: http://i37.tinypic.com/6hlr35.png

Jeff Burnz’s picture

Ok, I'm going to take a wild stab at this, I think its an inheritance issue with IE (the initial issue was with the too big images, so its a double wammy with your site)..

.node .field-type-image odd,
.node .field-type-image even {margin:0; padding: 0; background: #FFFFFF;}

A brief explanation. The theme sets odd and even background styles for tables using chained selectors, IE6 has trouble with chained selectors so I think its freaking out on the CSS and applying the tables odd & even styles to the ".field item odd" & ".field-item even" divs around each image.

There is no padding or margin that goes with those styles, so it may not fix the wrapping sidebars... like I said, I'm taking a stab at it:)

I actually hotlinked a bunch of your images to my test site (localhost) and replicated the issue with the large images and after resizing the images to fit I have perfect layout in IE6, so its definitely something with the html & css interaction in your site.

portait’s picture

Could it be that a module is messing up the html code?