GeekArticles
Web Programming
HTML


Moving Elements Tutorial
Tutorial Written By: David Gardner Moving elements around in the document If you like working with animations, you'll be glad to know that with DHTML, the entire web page is now your drawing board! You can create content that fly all over the screen freely. In Netscape, this is done by manipulating the left and top attributes of the <layer> tag. In IE 4, the same thing is accomplished by altering the pixelLeft and pixelTop properties of the style object. -Moving elements in NS 4 Recall...n
Sponsored Links
Read Next: A Tutorial in Cross-Browser DHTML
Related Topics