In order to create interactive fake 3D animation as on this site:
http://finnrudolph.de/JavaScriptObject/
Or those interactive animations on Apples iPad features page (halfway down):
http://www.apple.com/ipad/features/
What is faster, CSS Sprites or imgs?
(At least semantically, using img makes more sense I think.)
If your are using vector shapes that
spriteis better but if your are using images like thiscar pic's,mountain pic'setc. Thensperate images(IMG Tag) are better.SO, if you are using images then
<img>is perform better thensprite.