Currently experiencing an issue with the display of the footer in IE9
. On some pages, the footer is not properly fixed and overlaps the middle of the content. However, this problem does not occur when using other web browsers.
Here is the code that I am currently using for the footer:
.footer {
position: absolute;
bottom:0;
width: 100%;
margin: 0 auto;
height:80px;
clear:both; /*padding-top: 250px;*/
padding-bottom:10px;
}