Drop Down Example
This is an example of how to create a drop down menu. Note that this is rather complicated and does require hard coding to make it work. You will need to copy everything from inside the <head> </head> tags of this document into your doc. These lines of code dictate first the programing for dropdown in javascript and then the styles associated with the fonts, backgrounds, borders and colors of the drop down elements. Additional styling elements can be added as nessesary. Inside the <Body> tags is the format for the drop down code. You will want to keep the structure of this modifying the text to your own needs. The <li></li> list tags are what established a new button in the dropdown menu. Notice that this example has both a button that drops as well as one that does not. Play around with the styles until you get the effects you want. Good Luck |