Bahzad
Banned User
- Joined
- Apr 6, 2011
- Messages
- 54
- Reaction score
- 1
Hi 
My footer won't push down under the content. Every time the content gets longer, the footer text stays where it is.. it's not moving anywhere.. :/
My footer won't push down under the content. Every time the content gets longer, the footer text stays where it is.. it's not moving anywhere.. :/
HTML:
<!-- Content-Wrap Ends Here -->
</div>
<!--Footer Starts Here-->
<div id="footer">
<p>Copyright © 2010 - 2011</p>
</div>
<!-- Wrap Ends Here -->
</div>
HTML:
#footer {
position:absolute;
bottom: -600px;
text-align: center;
width: 590px;
height: 50px;
margin: auto;
}
Last edited: