> I've tested the code on several machines or even on different > networks, but it not working. There is no error (at least not > visible), and when I click the image the 'src' attribute is changed > but the image displayed remains the same. I will try what Trevor > suggested, maybe I'll find an workaround for this.
I popped your code onto my IE 6 box last night in a couple of seconds and it was totally fine. Is it possible that you are running into one of IE 6's spurious "security" precautions? Try trusting & untrusting your website as an experiment. Also, where are you loading your JS from? For example, one of the worst things about IE6 with our web app is that it pops up cross-domain warnings only if the user has *lowered* certain security levels from the defaults, while it is fine in a standard IE 6. --Sandy
