On 20/12/05, ron zisman <[EMAIL PROTECTED]> wrote:
> On Dec 19, 2005, at 11:41 PM, Roger Roelofs wrote:
> > Floated elements are removed from the page 'flow'.  Because this is
> > true, #content has no content.
> can't say i understand this....

You might find this useful - CSS positioning tutorial from Brainjar. 
It's a good introduction to floats (and other positioning methods):
http://www.brainjar.com/css/positioning/

Floated elements are removed from the "normal flow" and thus are
ignored when the browser calculates the container's dimensions.  If
you only have floated elements in a container, it has no "normal flow"
content at all.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to