I am Trying to design a footer which will Always be in the center bottom of a page.The dynamic page i am working with is Extending as visitors are posting new comments.And after a certain time the footer is getting overlapped by comments posted.How can i design a footer which will never overlapped by the dynamic page content.??
Here is my Footer:
<div id="text1" style="position:absolute; bottom:0px; overflow:hidden; width:1075px; height:43px; z-index:2; background-color:#993300">
My footer content.!!!!!!
</div>
which attributes of the div tag should i change to do the desired job..??