If the height of the containing block is not specified explicitly (i.e., it depends on content height), the value is interpreted like 'auto'.
That's true in this case.
If the height of <div id="left"> is auto, then why does it have more than the height of the contained line? Leave away the "height: 100%;"
property and the rendering result is completely different.
PS: Is there any way to use CSS to create a three column layout where the columns are of full height, even if the content isn't? _______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
