Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

website www.lus-childminding.co.uk not sowing correctly in firefox but is fine in all other browsers

  • 4 odgovori
  • 1 ima ovaj problem
  • 9 views
  • Posljednji odgovor poslao leetrnr

more options

Hello, If you make your way to my new website you will see all the content is out it is fine in all other browsers. Please Help. Thanks in advance!

Hello, If you make your way to my new website you will see all the content is out it is fine in all other browsers. Please Help. Thanks in advance!

Izabrano rješenje

Cute cursor.

The #1 problem on this page is that your table is sliding up into the area where you have positioned elements and floated elements. The table is not positioned at all. It is in what is called the normal flow. Positioned elements are not in the normal flow, so those do not affect the position of the table at all. By default, the table will try to nestle in with the floated elements (the branch images). As a quick and dirty fix to get the table below the branches, add this to your <table> tag:


style="clear:both"

In the long run, it would be nice to have a layout that was less dependent on positioning, but that's a good amount of work, so "maybe someday."

Pročitajte ovaj odgovor sa objašnjenjem 👍 0

All Replies (4)

more options

Odabrano rješenje

Cute cursor.

The #1 problem on this page is that your table is sliding up into the area where you have positioned elements and floated elements. The table is not positioned at all. It is in what is called the normal flow. Positioned elements are not in the normal flow, so those do not affect the position of the table at all. By default, the table will try to nestle in with the floated elements (the branch images). As a quick and dirty fix to get the table below the branches, add this to your <table> tag:


style="clear:both"

In the long run, it would be nice to have a layout that was less dependent on positioning, but that's a good amount of work, so "maybe someday."

more options

Hello thank you for the cursor comment! I do like it! I have put in the style="clear:both" in all pages works a treat on the index page but not on the others it is nestling its self between the branches! Any ideas?

Thank you so much for helping me out!

This is one of my first websites!

more options

On the contact page, the closing quotation mark is missing after clear:both. Didn't check the other pages

more options

thank you again all sorted now!