I've noticed a problem that creeps up maybe 10% of the time when viewing a table in IE6 that has a picture in one <TD> and something else in another, right next to each other. Sometimes it will fail to resize the <TD> with the picture in it, simply cutting off part of the picture. It seems completely random, as i've seen it happen, then not happen, on the same exact code. When it does happen, simply refreshing will fix it.
I don't know if this has to do with the fact that the page is generated with PHP (i've tried many different ways of coding the tables and the PHP), but it does not have any problems in Netscape 6. Here are screenshots of what the table looks like when the bug appears (bad_table.jpg) and what it should look like (good_table.jpg)
http://www.centerfuse.net/bad_table.jpg
http://www.centerfuse.net/good_table.jpg
Has anyone else seen this?