Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

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

  • 4 одговорa
  • 1 има овај проблем
  • 9 прегледа
  • Последњи одговор послао 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!

Изабрано решење

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."

Прочитајте овај одговор са објашњењем 👍 0

Сви одговори (4)

more options

Одабрано решење

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!