Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 4 përgjigje
  • 3 e kanë hasur këtë problem
  • 8 parje
  • Përgjigjja më e re nga 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)

Zgjidhje e zgjedhur

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


DIV.footer { clear: both }
Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (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

Zgjidhja e Zgjedhur

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


DIV.footer { clear: both }
more options

Thanks very much both, problem solved.