Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- trying to make a DIV 100% height


BabyJai - 3:09 am on Mar 13, 2012 (gmt 0)



html, body {
height: 100%;
font-family: Tahoma, Arial;
font-size: 11px;
font-style: normal;
color: Silver;
}

#content {
width: 960px;
-moz-border-radius: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background: #2e2e2e;
margin-left: auto;
margin-right: auto;
position: relative;
top: 60px;
padding: 5px;
-moz-box-shadow: 5px 5px 5px #2e2e2e;
-webkit-box-shadow: 5px 5px 5px #2e2e2e;
box-shadow: 5px 5px 5px #2e2e2e;
height: 100%;
}


Thread source:: http://www.webmasterworld.com/css/4428404.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com