- From: Alan Gresley <alan@css-class.com>
- Date: Tue, 20 May 2008 23:52:35 +1000
- To: Alan Gresley <alan@css-class.com>
- CC: David Woolley <forums@david-woolley.me.uk>, "www-style@w3.org" <www-style@w3.org>
Alan Gresley wrote: > <div style="float: left"> > <div style="float: left"> > <div style="overflow: hidden; margin-left: 200px"> > <div style="float: left"> ..1st.. </div> > <div> ..2nd.. </div> > </div> > </div> Again. :-/ <div style="float: left"> <div style="float: left"> .... </div> <div style="overflow: hidden; margin-left: 200px"> <div style="float: left"> ..1st.. </div> <div> ..2nd.. </div> </div> </div> I validated my code this time. :-) Alan
Received on Tuesday, 20 May 2008 13:53:33 UTC