I don't have it coded like this for now but I can tell you that this is the version of the code I'm supposed to use (according to another forum).
Code:
<style>
body {margin:0;}
#header {
background:#000000;
color:#ffffff;
top:0;
position:fixed;
height:80px;
width:100%;
}
#footer {
background-color:#000000;
color:#ffffff;
bottom: 0;
position: fixed;
height:80px;
width:100%;
overflow: hidden;
z-index: 100;
}
#content {
padding: 0;
margin: 0;
top:80px;
bottom:80px;
position:fixed;
width:100%;
overflow:auto;
}
</style>
Here is a sample site of exactly what I want to do in IE6. http://designreverb.com/test_noFrames.htm
Bookmarks