Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Problems with PNG animation Re: Problems with PNG animation

#108021
dako
Member

this doesn’t help much, but you can get away with a lot of PNG animation by manipulating ele.style.backgroundPosition of divs via JS. It could do everything your site is doing for IE FF C. It’s more code, but it works.

My crimegameonline.com does a lot of PNG animation in it’s home page, but I’m having problems on IE only because I’m changing images by the millisecond. Its some download cache problem, fixable I think.