Results 1 to 3 of 3

Thread: list menu problem

  1. #1
    Join Date
    Mar 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default list menu problem

    I am trying to make a list and sub list (nested list) menu, when someone mouse over on Pictures, the other options appears. And hide on mouse out.
    Without JavaScript

    My code is this

    <body>
    <ul>
    <li><a href="photos.html">Home</a></li>
    <li><a href="pictures.html">Pictures</a>
    <ul>
    <li><a href="landscape.html">Landsacape Photos</a></li>
    <li><a href="portrait.html">Portrait Photos</a></li>
    </ul>
    </li>
    <li><a href="sendurpic.html">Send you Photos</a></li>
    </ul>
    </body>



    Help

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

  3. #3
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •