Results 1 to 4 of 4

Thread: 2 level Menu Help

  1. #1
    Join Date
    Oct 2006
    Posts
    92
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default 2 level Menu Help

    I have a horizontal menu that i am using in my site

    i would some of the buttons that have a sub menu to reveal a new nav bar inderneath

    i have tried using visibility tags but i might be worng

    can someone make a sample one for me to study from

    Please and thank you

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

  3. The Following User Says Thank You to Medyman For This Useful Post:

    Mehok (04-17-2008)

  4. #3
    Join Date
    Oct 2006
    Posts
    92
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default

    now i have but i am not sure how this can help since i want the options to dissapear after rolling off the screen

    I dont mind using some java script for it

    an example of my menu is

    Code:
    <div id="navmenu">
    <ul id="nav">
    <li><a href="#" class="current">Home</a></li>
    <li><a href="#">About</a></li>
    <li><a href="#">Products</a></li>
    <ul>
    <li><a href="#">Personal Computers</a></li>
    <li><a href="#">Web Site Templates</a></li>
    <li><a href="#">something</a></li>
    </ul>
    <li><a href="#">Services</a></li>
    <ul>
    <li><a href="#">Website Design</a></li>
    <li><a href="#">Graphics Design</a></li>
    <li><a href="#">Logo Design</a></li>
    <li><a href="#">stationary Design</a></li>
    <li><a href="#">Photograph Repair</a></li>
    </ul>
    <li><a href="#">Download</a></li>
    <li><a href="#">Contact</a></li>
    </ul>
    </div>

  5. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Hmm, I don't think that would be too hard to do.

    Just for consistency sake though, I'd recommend that you post this issue in the "Dynamic Drive scripts help" forum and I"m sure ddadmin or someone else might have a handy solution for you.

  6. The Following User Says Thank You to Medyman For This Useful Post:

    Mehok (04-17-2008)

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
  •