can I minimize page length/height?


Author Message
Warren

Posted: 8/12/2009
Quote message 

Is there a way that I can adjust the page length so that there is
not a ton of space under the footer? I understand that the space
needs to be there if the content doesn't reach the bottom of
the screen, but if the content goes beyond the bottom of the
screen then there is still lots of space under the footer. That is unless there is lots of content, then there is no space below the footer at all.

It seems that once the content reaches the bottom of the screen, that
there is a minimum amount of content that is needed before the space
below the footer disappears. I want it so that once you have to scroll to read content, then there is no space below the footer, no matter how
much content is on the page.

thanks, Warren
 
Garry

Posted: 8/13/2009
Quote message 

Try increasing min-width in following styling rule:

.art-Sheet
{
margin:0 auto;
min-height:35px;
min-width:35px;
position:relative;
width:900px;
z-index:0;
}
 
Warren

Posted: 8/13/2009
Quote message 

Quote Garry:

Try increasing min-width in following styling rule:

.art-Sheet
{
margin:0 auto;
min-height:35px;
min-width:35px;
position:relative;
width:900px;
z-index:0;
}


Hi Garry!

don't you mean "min-height"?

and do I look for the same in all three style sheets?

 
Garry

Posted: 8/13/2009
Quote message 

Sorry, I mean min-height, yes you should look for it in all three style sheets as other style sheets control rendering in IE
 
Janys

Posted: 10/16/2009
Quote message 

I realise that this post is past its "sell by" date, but I would like to add that you should consider that not everyone has the same size screen or resolution, so what you are seeing is not necessarily what everyone else will see.
If you want to know more about browser stats and what sizes are most commonly in use these days, go to the w3c site and look up browser stats.