Minimum Height Question


Author Message
Adam

Posted: 6/28/2009
Quote message 

Can minimum height be specified somewhere in Artisteer, or is specifying it in syle.css afterwards the only way to do it?
 
Dave Porter

Posted: 6/28/2009
Quote message 

Hi Adam,

Sorry but I think we need to know minimum height of what ?

cheers Dave Porter
 
Garry

Posted: 6/28/2009
Quote message 

I think it can be done in CSS only
 
Adam

Posted: 6/29/2009
Quote message 

Thanks, Garry. It is really simple to add in style.css, as I had done before posting the question. But it be nice not to have to do this in style.css.
I think the Artisteer program ought to offer this. If a page only has one line, and this makes the site really short, that does not look good.

Here is a sample of what I mean (bottom line):

.contentLayout .content
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 600px;
min-height:430px;
}