I've seen a lot of IE6 bugs, but this one beats everything.
A page will display fine, but if I start loading a Table tag on the page sometime, most of the background images will disappear.
I'm not 100% sure that it's because of the Table tag per se, but the only pages that break are the one with tables in them. I'm creating these tables using a loop and sometime I have to add some JS Script tags inside of this. I'm not sure but it could be related even thought it shouldn't.
EDIT: I tested adding a table on a random page and it didn't break anything. I also removed the javascript I was generating and I still got the same error.
This is happening only on my live server, I can't reproduce it on my local machine for some reason. It also makes debugging crazy annoying.
Of course my code is working fine in Chrome, FF and Opera. The layout is pretty simple and works fine in IE6 except for this bug on some pages. I'm using a pngfix.js for IE, but I've never run into issues with it before so I don't think it's related.
I don't think that posting code would be helpful since I would have to post the entire website... I'm just asking if someone already saw this issue and found a way to fix it.
Thanks