Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

footer of website display wrong

  • 4 odpowiedzi
  • 1 osoba ma ten problem
  • 6 wyświetleń
  • Ostatnia odpowiedź od cor-el

more options

On our website the link www.biotone.com/trueresults/true-results will not place the footer of my web site in the proper location. All other browsers display the footer of my site at the bottom of the browser but when I open this link using Firefoz, it will display on the right side middle of the web site. I would appreciuate any help? I pasted 2 print screens of the 2 different websites in pdf file.

Thank you

Scott Johnston Biotone

On our website the link www.biotone.com/trueresults/true-results will not place the footer of my web site in the proper location. All other browsers display the footer of my site at the bottom of the browser but when I open this link using Firefoz, it will display on the right side middle of the web site. I would appreciuate any help? I pasted 2 print screens of the 2 different websites in pdf file. Thank you Scott Johnston Biotone

Wszystkie odpowiedzi (4)

more options

You probably have some floated content which doesn't fill 100% of the width of that center area, so Firefox is calculating that the footer can slide up alongside it.

The quickest resolution is to add

#biotone_website_footer{clear:both;}

But you also could tweak the rules for the floated area.

more options

this is the line of coding tha controls the placment of the Footer, I not quit sure what you are refering to, Do I add to AMBI? or?

I am trying to display the line of coding but it will not display I

style=\"float:right;width:740px;\"

Zmodyfikowany przez sjohnston w dniu

more options

Sorry, I don't know what AMBI is.

There is a div element with id="biotone_website_footer" and that's the one I suggest modifying with the style rule clear:both so it can't float up to the right of earlier elements.

more options