Page 1 of 1
minimum height?
Posted: Wed Jun 21, 2006 3:38 pm
by atracksler
can I set the [ges up to have a minimum height? so that the pages are at lease 600px high, regardless of how much is in it, and more if there is more info on the page?
Re: minimum height?
Posted: Thu Jun 22, 2006 2:52 am
by Dr.CSS
min-height: 600px works in standards compliant browsers, would probably have to modifie the IE tag to get it to work for IE...
http://www.cssplay.co.uk/boxes/minheight.html
try a google search...
http://www.google.com/search?q=min-heig ... S:official
Re: minimum height?
Posted: Thu Jun 22, 2006 11:34 am
by atracksler
thanks!