TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

CSS Help

Page: 1 Reply
Oct 11th 2006#174937 Report
Member since: Sep 29th 2003
Posts: 1496
There's no forum for this so I'm just gonna put it here...

Currently I am coding a site, and have a question about CSS. I remember having problems with this back in the day and I can't remember if I ever found an answer or anything, so here's the question.

How do I make it so the height of something is 100% of the page? Simply doing "height: 100%" doesn't work, is there a way to do 100% of the page or no?

[code]#site {
width: 695px;
height: 100%;
border: 1px #000000 solid;
background-color: #FFFFFF;
}[/code]

Not sure if this is just a noob question or what, thanks for any help / links.
Reply with Quote Reply
Oct 12th 2006#174944 Report
Member since: Mar 27th 2001
Posts: 2237
I think you can use

padding-bottom : 0;
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum