• 0

CSS: Gallery Overlapping


Question

5 answers to this question

Recommended Posts

  • 0

Looks fine in Firefox and Chrome/Safari. What browser is showing the overlapping for you?

Both, Firefox and Chrome. Do you notice the border of the third image overlapping to the second thumbnail of the shoe?

Link to comment
Share on other sites

  • 0

Make the image smaller. The image is 107 pixels wide which is overlapping the <td> since the <td> container is only 86 pixels.

On the other hand, the site could use some cleaning up in general. You should take in mind that tables should NOT be used to position content. Misuse of web elements lead to design errors which could lead to more page faults and more hacks for the pages to look the same in all browsers. It's just really inefficient and you end up doing more work when you want to change something simple.

http://validator.w3.org/check?uri=http://www.woopads.com/1-dvs-shoe-or-slipper/details.html&charset=(detect+automatically)&doctype=Inline&group=0

If something is wrong with the page, use the w3c validator. It could point you in the right direction at times. Let us know if you need help with anything else.

Did you read my post? I said it looks fine in [latest] Firefox and Chrome/Safari.

Weird, his page is broken on Chrome 9.0. ...and firefox...

Link to comment
Share on other sites

  • 0

Make the image smaller. The image is 107 pixels wide which is overlapping the <td> since the <td> container is only 86 pixels.

On the other hand, the site could use some cleaning up in general. You should take in mind that tables should NOT be used to position content. Misuse of web elements lead to design errors which could lead to more page faults and more hacks for the pages to look the same in all browsers. It's just really inefficient and you end up doing more work when you want to change something simple.

http://validator.w3.org/check?uri=http://www.woopads.com/1-dvs-shoe-or-slipper/details.html&charset=(detect+automatically)&doctype=Inline&group=0

If something is wrong with the page, use the w3c validator. It could point you in the right direction at times. Let us know if you need help with anything else.

Weird, his page is broken on Chrome 9.0. ...and firefox...

Thank you for your helpful answer. Yes, I do understand that our website needs a lot of cleaning up. I don't have much knowledge in CSS, however, I am doing my best to fix these issues. We are actually looking for someone, a freelancer, to help us clean our code and optimize at the same time too.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.