[thelist] Help a Table Hacker do it right in CSS

Gunlaug Sørtun gunlaugs at c2i.net
Wed Jul 20 13:28:26 CDT 2005


Jake Aust wrote:

> I'm trying to get a 2-column layout right with CSS positioning. The 
> tricky part is that due to rounded corners and such, I am trying to
> set minimum heights for the columns. What's the best way to do this?

Something like:

#container {
min-height: 200px;
_height: 200px;
}

...will work just fine.
The CSS validator don't like the 'leading underscore', but that's just
the validator that's a bit /old/. Perfectly valid in CSS2.1.

regards
	Georg
-- 
http://www.gunlaug.no


More information about the thelist mailing list