Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 4 trả lời
  • 1 gặp vấn đề này
  • 11 lượt xem
  • Trả lời mới nhất được viết bởi 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!

Giải pháp được chọn

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

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (4)

more options

Giải pháp được chọn

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!