搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 4 个回答
  • 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!