搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

why does firfox not display the footer on my web site when IE9 does?

  • 4 个回答
  • 3 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I have made a web site, firfox does not display the whole page content... why wont it show the footer?

http://home2.btconnect.com/kcaringagency/

(test site)

I have made a web site, firfox does not display the whole page content... why wont it show the footer? http://home2.btconnect.com/kcaringagency/ (test site)

被采纳的解决方案

Add a clear:both CSS rule to the DIV .footer


DIV.footer { clear: both }
定位到答案原位置 👍 0

所有回复 (4)

more options

The footer is being displayed for me on Firefox 5.0 and 3.6.18 - to the right side of the rest of the page content.

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

选择的解决方案

Add a clear:both CSS rule to the DIV .footer


DIV.footer { clear: both }
more options

Thanks very much both, problem solved.

more options

You're welcome