Hey,
I'm trying to get this box to reach the top and bottom of the page. It only shows when I set height: 100px; or something and not 100% which is what I have atm. I'm a bit stuck and was wondering how I can get it to reach the top and bottom with no top and bottom margins.
this is it now (it's not showing)
wewt.co.uk/xy/
#box {
margin-top: 0px;
margin-bottom: 0px;
width: 600px;
background-color: #fff;
min-height: 100%;
margin-right: auto;
margin-left: auto;
}





Reply With Quote


