GeekArticles
Web Programming
HTMLHow to Create a Dynamic HTML Navigation Page
Author: devarticles.com |
Published: 10th Aug 2005 |
Visited: 988 times |
Add CommentFiled in: HTML( Page 1 of 6 ) Learn how to devote an entire page to an image-driven, DHTML navigation system. This code from Dan Wellman will result in a fully functioning, interactive navigation page that loads a new page whenever a specified location of the window is passed over by the central image. Dynamic HTML, as the name suggests, was brought about to enable developers to produce text and graphics that are not static and fixed in position. The possibilities this brings to Web design are...n
Read Article Sponsored Links
Related Articles
• JavaScript Page Cookie (maintaining page state) Sometimes you need to redirect the user from the current page to accomplish a part of a task. Most people use pop-up windows to refrain from doing this, but sometimes you just can't do it any other ...