RE: IE 6 Float Right Issue

I’m having some issue with the right hand col on my build in IE6.

donations.cardinalhumecentre.org.uk

The right col is floating underneath the left col but doesn’t occur anywhere else?

Any advice?

Thanks

HI,

When a column has dropped in iE6 then the cause is usually that your elements are too big or you have the double float margin bug. In your case it looks like #moneyPieChart is much too wide to fit in that column. It should be:


#oMoneyPieChart{width:204px}

Always make sure everything fits :slight_smile: