rf wrote:
> Gus Richter <gusrichter@netscape.net> wrote in
> news:WoOdnYR9Y7aBZWfanZ2dnUVZ_gKdnZ2d@golden.net:
>
>> 2. When floated left, it will position itself to top,left (0,0) of its
>> "container block".
>
> http://www.w3.org/TR/CSS21/visuren.html#floats
>
> When floated left it will be shifted to the left until its outer edge
> touches the containing block edge or the outer edge of another float. If
> there is a line box the top of the floated box is aligned with the top of
> the current line box. This will usually not be the top of the container
> block.
Funny thing is that when I read it, it says:
A floated box is shifted to the left or right until its outer edge
touches the containing block edge or the outer edge of another float.
If there's a line box, the top of the floated box is aligned with the
top of the current line box.
What makes you add the last sentence in your quote?
--
Gus