Closed (won't fix)
Project:
Newswire
Version:
6.x-3.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2008 at 08:21 UTC
Updated:
20 Sep 2008 at 08:58 UTC
When using the IE6 browser the right boxes show up beneath the content.
see screenshot: http://i35.tinypic.com/53kc3t.png
Comments
Comment #1
Jeff Burnz commentedSome 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?
Comment #2
portait commentedWe 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
Comment #3
Jeff Burnz commentedOk, 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.
Comment #4
portait commentedCould it be that a module is messing up the html code?