Jump to content

this footer doesnt want to go where i want him to.


FaNo

Recommended Posts

Hello all, i trust you CSS guru's can give me a hand with this :)I have a footer on my website, and when i write text in the body and it overflows the footer, i mean, when the text is so long that it reaches the footer, i want it to move along with the text, but instead it stays there shadowing the text.here's how im doing it:this is the html for my footer:======================<div id="footer"> <div align="center"> [ © Copyright 2006 <a href="http://FanoRecordings.com">FanoRecordings</a> | Web basada en <a href="http://www.solucija.com">Solucija.com</a> ] </div> </div>======================and here is the css:======================#footer { clear: both; color: #808080; background: #FFF; font-size: 0.8em; text-align: right; border: 1px solid #ccc; list-style-position: outside; margin-top: 10px; margin-right: 5px; margin-bottom: 10px; margin-left: 5px; padding-top: 9px; padding-right: 10px; padding-bottom: 9px; padding-left: 0; position: relative; }#footer a { text-decoration: underline; color: #3A6794;}#footer a:hover { color: #000;}======================Thank you!!!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...