|
First of all, before you do anything else, you need to put a proper DOCTYPE on your page. You'll have all sorts of trouble, especially with IE, w/o a proper DTD on your pages.
Your #header is set to a height of 69px, yet the h1 you're putting inside it is set to a height of 145px, that doesn't work well. You also need to CLEAR your floats, putting overflow:auto on #header will do that.
Based on what I see in your code, I don't see any reason to use position:absolute at all.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|