jasonc Posted May 9, 2008 Share Posted May 9, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/104882-images-overlap-table-borders/ Share on other sites More sharing options...
dbrimlow Posted May 9, 2008 Share Posted May 9, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/104882-images-overlap-table-borders/#findComment-537087 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.