Need help with creating a drop down sub menu

Discussion in 'HTML & Website Design' started by rahrahrachel, Jun 1, 2011.

  1. #1
    Hi, i've got nowhere trying to figure out how to create a drop down menu and hope someone here will be able to help me.
    I want to create a sub menu but i don't need it for all of the links. I want the Zumba and Zumba Gold page to be put in a drop down menu. I don't want to change the actual layout of the links. I've attached a picture of how it looks currently. I want the Zumba gold link to be invisible until you click on the Zumba link.

    Below is the link code and header
    current.JPG


    Thank you for your help
     
    Last edited: Jun 1, 2011
    rahrahrachel, Jun 1, 2011 IP
  2. pixal2net

    pixal2net Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    its easy to do. you can do this way
    <ul>
    <li>Product</a>
    <ul>
    <li><a href="brands.php">Brands</a></li>
    </ul>
     
    pixal2net, Jun 11, 2011 IP