IE 7 - 在页脚底部添加额外的填充,有修复吗?

发布于 2024-09-08 23:41:48 字数 1088 浏览 7 评论 0原文

这是我的页脚 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*/

Here is my css for my footer. It is supposed to be at the very bottom of the page, but for some reason in IE 7 .. i am getting about 10px of extra margin. Any fixes?

 /*  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*/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心的憧憬 2024-09-15 23:41:48

使用负边距。

Use negative margins.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文