I am trying to move an image across the screen.
I'm doing this basically by a script that does this in a setInterval.
document.getElementById('someId').style.pixelLeft -= 2;
I know the setInterval is correct.....because I tested it with alerts, and this works in everything I've tried except FireFox 3. I've come to the conclusion that Firefox 3 does not refresh it's css cache.
Does anyone know a way to correct this or a possible work around?
Thanks,
Justin


Reply With Quote
Bookmarks