Neil Marshall wrote:
Jens Tinz wrote: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.
I think I'll be able to use that. Although it basically is still a table layout, it should enable me to change my pages to validate to reasonable standards.
The code seems to work well enough in IE 5.x. At least for a Mozilla centric site.
Thank you, Jens _______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
