May we ask why there is a height 100px on the left float and content box ?
Page has no width , so for IE you check haslayout, for the rest if the floats are cleared
#page {min-height:1%;/* IE 7*/overflow:hidden;/* FF */
* html #page {height:1%;} /* IE < 7*/
PS header_biography.gif is not on your server
and maybe consider using H Tags and make use of available Tags like UL's that don't need a additional wrapper Div so that you can remove div's ID classes
Thanks for the tips, they worked great! I hadn't put the header_biography.gif up on the server yet because it is not where the site is held and I didn't think it was needed to fix this problem.
Bookmarks