The DIVs are colored differently so it's easier to see what's going on. For some reason in IE the pink DIV (far right) drops down and up repeatedly when resizing the window in IE. Is there a hack to fix this?
You must really be cutting it close in your percentage widths calculation. There are some funny rounding differences between the browsers. I'm guessing if you lower the widths (maybe by half a percentage here and there) this behavior might be prevented.
__________________
Join me on Please login or register to view this content. Registration is FREE
I don't think it matters if you're using floating point. There has to be rounding of the PIXELS to determine how large to make a div at certain window width. IE is simply calculating it differently. Try my suggestion, because what you are describing sounds like breaking floats, which is caused by floats running out of space (div widths being too large).
__________________
Join me on Please login or register to view this content. Registration is FREE