|
Take out the position:absolute, it's not necessary.
Are you going for a fixed-width layout ?
I'd get rid of the tables completely too, no need unless you're going to be displaying tabular data.
<div id="holder">
<div id="header">header</div>
<div id="content"> content</div>
<div id="footer">footer</div>
</div> ** close holder
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
Last edited by LadynRed : 11-16-2006 at 01:01 PM.
|