Ok, so I bit the bullet and went with a background image. I used a gif and got it to repeat. But I'm still not getting the full 100% height effect.
Code:
* {margin:0;padding:0}
h1,h2,h3,h4,p {margin-bottom:1em}
ul{margin-left:16px}
/* mac hide \*/
html,body{height:100%;}
/* end hide*/
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
background:#ccccff;
color:#000;
text-align:center;
}
#outer{
min-height:100%;
width:765px;
margin-left:auto;
margin-right:auto;
background:transparent url(images/3-colcentred-bluewhite.gif) repeat-y center top;
text-align:left;
border-left:2px solid #fff;
border-right:2px solid #fff;
position:relative;
}
* html #outer {
width:771px;
w\idth:765px;
height:100%;
}
#header, #footer{
background:#ffffcc;
border-top:5px solid #fff;
border-bottom:5px solid #fff;
text-align:center;
}
#footer{
position:absolute;
bottom:0;
left:0;
width:765px;
height:40px;
}
* html #footer {
height:50px;
he\ight:40px;
bottom:-1px;
}
#clearfooter {
clear:both;
height:50px;
}
#content {
float:left;
padding:2px;
}
#left {
min-height:100%;
width:180px;
float:left;
background:url(images/left_navbg.gif) repeat-y left top;
}
#content{width:500px;}
.clearer{
height:1px;
overflow:hidden;
clear:both;
margin-top:-1px;
}
Bookmarks