Es decir, cuando se agrande/achique el contenido, quiero que el footer este al final del contenedor y no en el medio o un poco descolocado en algunas partes del sitio ...
HTML
Código HTML:
<div id="footer"> <p><br /> <br /> - Copyright 2011 - All rights reserved - www.resize.com.ar - </p> </div>
CSS
Código HTML:
#footer { height: 69px; width: 1024px; background-image: url(Images/bgfooter.jpg); background-repeat: repeat-x; text-align: center; font-family: verdana; font-size: 15px; font-weight: bold; background-color: #BC2F1E; clear: both; color: #FFFFFF; } #contenedor { height: 800px; width: 1024px; margin: 0 auto; }