Я столкнулся со следующей проблемой в IE7
В то время как в Chrome, FF и Opera это выглядит хорошо
Может кто-нибудь выяснить, почему я получаю эту проблему, последние несколько персонажей спускаются в 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 © All Rights Reserved.</p>
</div>