RE: Making the 'float' property more versatile

> You can already do this with
> 
> #div4,#div5	{
> 	float: left;
> 	clear: left;
> }
> 
> The clear property has been available since CSS1.
> 
> http://www.w3.org/TR/REC-CSS1#clear> 

That wouldn't work. You don't know the width of the UA
screen, so you don't know which divs require the clear
property to be set.

________________________________________________________________________
Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/

Received on Wednesday, 16 July 2003 05:33:29 UTC