Ok I'm extremely tempted to use a table. So I probably need someone to tell me I'm an idiot. Here's what I need :\[code\]<TABLE STYLE="height:100%" BORDER=1> <TR><TD><DIV STYLE="min-height:150px;"> minimum 150px</DIV> <TR><TD HEIGHT=200>this is always 200px <TR><TD><DIV STYLE="min-height:100px;"> minimum 100px</DIV> <TR><TD HEIGHT=100>this is always 100px</TABLE>\[/code\]I know - didn't close any tags - just trying to keep it to the point.So what I need is a row layout that fills the entire page, consisting of rows with either a fixed or minimum height. (would be great to have maximum height to..).I don't need the ugly table border - just there for illustrative purposes.Can this be done with CSS ?