ページの下部にあるフッターを修正したい。Internet Explorer で動作しており、doctype を変更するとページ内の多くのものが変更されるため、使用できません。
他の解決策はありますか?
.footer{
width:100%;
height:49px;
background-image:url(../img/footer-bg.gif);
background-repeat:repeat-x;
bottom:0;
left:0;
right:0;
z-index:99;
float:left;
overflow:hidden;
position:fixed;
}