View Single Post
  #15 (permalink)  
Old 09-04-2008, 09:49 AM
MuNKyonline's Avatar
MuNKyonline MuNKyonline is offline
WebProWorld Veteran
 
Join Date: Jun 2004
Location: Suffolk, England
Posts: 777
MuNKyonline RepRank 2
Default Re: Need help - MSIE alignment issue

Wow thats looking great

Normally if you have divs floating above the footer like so:

<div id="header"></div>
<div id="left></div>
<div id="right"></div>
<div id=footer"></div>

So you have the #left column floating left and the #right floating right. You would then use #footer { clear:both; } to clear both of the left and right floating columns. That way the footer sticks below the floating columns even if they resize with the text.
Reply With Quote