Hi,
I don't think you can do exactly what you want without changing the code specifically for each div.
You can set a margin-right on the first div to clear the float to get the effect you want.
Code:
.gap {margin-right:305px}
[/code]
<div class="content gap"> Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Fusce vestibulum, urna ac dictum egestas, libero tellus posuere ante, sed tincidunt
lacus ligula ac urna. Nam id enim. Morbi libero. Integer convallis. Nulla neque etc................
[/code]
Obviously you can't then make the second div down behave the same unless you apply a margin to that also. I can't see a way to do it automatically as floats only make room for themselves by applying padding to surrounding content and allowing the content to reflow around them.
Paul
Bookmarks