tee wrote:
'min-heigh' talls enough is the problem. If I can't forsee how long
the content will be, how do I decide the set the value of min-height?
http://lotusseedsdesign.com/opera-test/mh.html
The design is the fixed width, but even with fuild layout, it's a
problem not knowing how tall the content be
Looks like you're trying to build a table with divs. Much better to use
a real HTML table for that since none of the existing CSS solutions are
supported well enough to replicate one. As you know, IE doesn't play
ball when served CSS table - support = zero.
In addition to that, Gecko can't A:P the <p> in a table-cell - real or
styled, so you'll have to give those <p> their own rows with cells.
Georg
--
http://www.gunlaug.no
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************