How to animate an image along a path with Bezier curves
问题 My goal: Move/animate an image along a path like the drawing below (Could be connecting bezier curves). Must work in IE7+, don't what to build multiple solutions. I can pause/resume the moving image. The image will keep moving along the path (repeat). What I have considered CANVAS: not supported in IE7+8, haven't tested explorercanvas yet! Foresee some z-index issues. SVG, not supported in IE7+8. jQuery.path, a plugin that extends the jQuery animate function. Can't figure out the resume part