Description - Animate your website with the aid of DHTML. After being confounded by the javascript files that I came across on the internet, I decided to write an API that I could live with. Any content that you place within a
tag with the position css attribute set to absolute, can be manipulated like a sprite. Just don forget to set id=unique_name, and pass unique_name to the GetLayer() function.
Description - Implementing drag and drop functionality is not as simple as one would think. Besides having to do a boundary check on all the draggable layers, you also have to make sure that the right layer is selected when overlapping occurs.