IE 7 - получить дополнительные отступы в нижней части нижнего колонтитула, какие-либо исправления? - PullRequest
1 голос
/ 12 июля 2010

Вот мой CSS для моего нижнего колонтитула.Он должен быть в самом низу страницы, но по какой-то причине в IE 7 я получаю около 10px дополнительного поля.Какие-нибудь исправления?

 /*  FOOTER ********************************************************************************************************************/

 #footer-bg                          { margin: 0px auto; padding: 0px; width: 100%; text-align: center; background: url(../images/footer-bg.jpg) top left repeat-x  #123800;  }
 #footer                             {  margin: 0px auto; padding-bottom:30px;  width: 900px; font:11px Verdana, Arial, Helvetica, sans-serif; background: #123800 url(../images/footer.jpg) top center no-repeat; color: #b8ceae; text-align: justify!important;  }
 #footer .footer-nav                 { margin: 0px; padding: 160px 0px 3px 0px; font-size:11px; color: #789a47; }
 #footer p                 { color:#f9ffe9; margin: 0px; padding: 0px; }
 #footer .devby                      { margin:0px; padding: 15px 0px 0px 40px; height:20px; background:url(../images/prosites.png) left center no-repeat; }
 #footer br                 { display: none!important; } /* nuke coded breaks*/

1 Ответ

0 голосов
/ 12 июля 2010

Использовать отрицательные поля.

...