Building Menu's using DHTML
Previous |
Home
This article assumes that the reader is familiar with HTML, JavaScript and to a certain extent DHTML.
From Internet Explorer (IE) version 4.0 onwards, creating menu like user interface elements on web-pages has become quite simple. With IE, almost everything on a web-page is programmable or programmatically manipulatable. Even things like plain text can be manipulated by enclosing them in <div>
tags. What we will attempt here is to build a menu using JavaScript and DHTML.
Previous |
Home