Jump to content

images overlap table borders


jasonc

Recommended Posts

I am having problems with images which seem to overlap the table borders, in the section just below the header. (currently..  bird and boy....  image)

 

www.du mp trum pet.com

 

i am not sure but think it is a CSS issue?  it does not happen every time the page is viewed just sometimes.

 

any advice anyone ?

 

thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/104882-images-overlap-table-borders/
Share on other sites

It is a combination of invalid markup, non-valid doctype, improperly written css and a LOT of "tag soup".

 

Sorry I couldn't be more helpful, but there is too much wrong in too many areas.

 

Nested tables with fixed widths for layout is the problem.

Non-semantic markup is the second problem (it lets the browsers decide default block level dimensions). There isn't a semantic tag in the whole thing.

 

Learn to use headers, paragraphs and lists for your text instead of dumping them naked into table cells.

 

This is an IE only friendly quirks mode page.

 

Take a look at the validator and fix the errors:

 

http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.dumptrumpet.com%2F

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.