View this page in IE and FF
<!-- m --><a class="postlink" href="http://www.1unitedproperties.com/new/buyers_main.html">http://www.1unitedproperties.com/new/buyers_main.html</a><!-- m -->
The body background doesn't stretch properly in IE and there's a space between the footer and the body. Any ideas?Put clear:both in place of float:left
.footer {
clear:both;
background: url('images/footer_bg.jpg') no-repeat bottom;
width: 770px;
height: 25px;
}cool, that fixed the footer problem.
any ideas for the background? it still has a white space below the left nav.Put the footer DIV within the body_wrapper and use the CSS correction in my last post.
<!-- BODY -->
<div id="body_wrapper">
<img src=http://www.webdeveloper.com/forum/archive/index.php/"images/header_happycouple.jpg" border=0 width=590 alt="">
<div class="body_main">
<div class="body_header"><p>Buyer Resources</p></div>
<p>If you are considering buying a home, clicking on any of the links to the left will provide you with a wealth of information specifically aimed towards home buying. Feel free to utilize the information and consider this page your personal home buying resource center.</p>
<p>To begin searching for your next home, please <a href=http://www.webdeveloper.com/forum/archive/index.php/find_home.asp>Click Here</a>. If you need any further assistance, please feel free to <a href=contact.asp>Contact</a> Us directly.</p>
<p> </p><p> </p><p> </p><p> </p></div>
</div>
<div class="footer"></div>
<!-- END BODY -->
</div>much obliged sir
<!-- m --><a class="postlink" href="http://www.1unitedproperties.com/new/buyers_main.html">http://www.1unitedproperties.com/new/buyers_main.html</a><!-- m -->
The body background doesn't stretch properly in IE and there's a space between the footer and the body. Any ideas?Put clear:both in place of float:left
.footer {
clear:both;
background: url('images/footer_bg.jpg') no-repeat bottom;
width: 770px;
height: 25px;
}cool, that fixed the footer problem.
any ideas for the background? it still has a white space below the left nav.Put the footer DIV within the body_wrapper and use the CSS correction in my last post.
<!-- BODY -->
<div id="body_wrapper">
<img src=http://www.webdeveloper.com/forum/archive/index.php/"images/header_happycouple.jpg" border=0 width=590 alt="">
<div class="body_main">
<div class="body_header"><p>Buyer Resources</p></div>
<p>If you are considering buying a home, clicking on any of the links to the left will provide you with a wealth of information specifically aimed towards home buying. Feel free to utilize the information and consider this page your personal home buying resource center.</p>
<p>To begin searching for your next home, please <a href=http://www.webdeveloper.com/forum/archive/index.php/find_home.asp>Click Here</a>. If you need any further assistance, please feel free to <a href=contact.asp>Contact</a> Us directly.</p>
<p> </p><p> </p><p> </p><p> </p></div>
</div>
<div class="footer"></div>
<!-- END BODY -->
</div>much obliged sir