Forum Moderators: not2easy
here is something that we found worked
Just what i was after, thanks for the help
finished results.
<style type="text/css">
<!--
#navbar {height:60px; width:396px;top:0; position:absolute; border:2px green solid;}
#content {margin-top:60px; position: relative;border:2px yellow solid; }
#footer {position: relative; border:1px black solid;}
#Container{width:400px; border:3px red solid; position:relative;}
-->
</style>
</head>
<body>
<div id="Container">
<div id="content">content in here</div>
<div id="navbar">Nav items...</div>
<div id="footer">footer</div>
</div>
It seems good, but I can't seem to find one that allows you to use a header & 3-column design with the content (middle column) at the very top of the source. Is this possible?