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?
Yes, but it won't work in IE. http://www.eightlines.com/tech/columns/csslayout1.html http://www.eightlines.com/tech/columns/csslayout2.html
You need to make it behave like a table using the display properties in CSS.
_______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
