- From: Ian Hickson <ian@hixie.ch>
- Date: Mon, 16 Feb 2004 15:04:36 +0000 (UTC)
- To: staffan.mahlen@comhem.se
- Cc: "www-style@w3.org" <www-style@w3.org>
On Tue, 10 Feb 2004 staffan.mahlen@comhem.se wrote: > > While i must admit to more or less agreeing to the first part of the > above sentence, i don't quite understand the second. Take: p, table { border: solid; } img { float: left; } <p> <img ...> ... </p> <table> ... </table> Most authors seem to want: +--------------------+ | +---+ ... | +-| |--------------+ | | +---------+ | | | | +---+ | | | | ...rather than: +--------------------+ | +---+ ... | +-| |--------------+ | | | | +---+ +---------+ | | | | In any case, if they want the latter, they can always get it by setting clear:left on the table. HTH, -- Ian Hickson )\._.,--....,'``. fL U+1047E /, _.. \ _\ ;`._ ,. http://index.hixie.ch/ `._.-(,_..'--(,_..'`-.;.'
Received on Monday, 16 February 2004 10:04:38 UTC