Hi, I made a 3 column layout : left, right and center ; left & right has a float property. But in my center column I've put a float left image and I planed to use an HR using clear:both to make sur the content will start below this image. :) because my english isn't that understandable I made an exemple : http://uoa7.free.fr/CSS-test/hrToClearFloats.html
I actually, here is a plain version of my problème : In a 3 column layout (1float left column, 1 float right column, and en center one) if I use the clear:left property in the center column, it actually clears the left column... How can I avoid it ?