|
|
A drop down menu is one in which menu items are normally kept hidden; only their parent nodes are visible to the viewers. When viewer clicks on a node, the node expanded vertically and the items under that node becomes visible. Here we shall discus how to develop a drop down menu for a web page with the help of JavaScript.
|