Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

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

  • 4 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 9 gösterim
  • Son yanıtı yazan: 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!

Seçilen çözüm

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

Bu yanıtı konu içinde okuyun 👍 0

Tüm Yanıtlar (4)

more options

Seçilen çözüm

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!