IE - 页脚文本问题

时间:2011-12-24 06:30:50

标签: css internet-explorer-7 footer

我在IE7中遇到以下问题 enter image description here

而在Chrome,FF和Opera中看起来很不错 enter image description here

任何人都可以弄清楚为什么我会遇到这个问题,最后几个字符会转到div

#footer
{
bottom:0;
clear:both;
background: url("images/footer.png") repeat-x #8DC63F;
position:relative;
float:left;
width:100%;
}


.footer-text
{
text-align:center;
font-family:'Tahoma';
font-size:10pt;
color: #000000;
top:20px;
margin:10px auto;
}



 <div id="footer">
 <p class="footer-text">Home | Services | About Us | Products | Contact Us</p>
 <p class="footer-text">2011 &copy; All Rights Reserved.</p>  
 </div>

1 个答案:

答案 0 :(得分:1)

从页脚中删除浮动样式并添加text-align:center;  到页脚