Website navigation button button (html help)?

Marshall Hawley

New member
I have a question about my navigation bar in dreamweaver using html. I have a horizontal navigation bar composed on several images as the button. I would like to know how to how a submenu to one of the button so when a user scrolls over that button, more buttons/links will drop down from the button. How do i do this adding to the html i already have or if you have any other ideas please let me know.
this is my code for the button right now:
<a href="index.html"><img src="example image.jpg" width="175" /></a>
 
Back
Top