Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 4 பதிலளிப்புகள்
  • 3 இந்த பிரச்னைகள் உள்ளது
  • 22 views
  • Last reply by cor-el

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 }
Read this answer in context 👍 0

All Replies (4)

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.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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


DIV.footer { clear: both }

Thanks very much both, problem solved.