Results 1 to 4 of 4

Thread: Problem with Anylink Vertical Code

  1. #1
    Join Date
    Sep 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem with Anylink Vertical Code

    The demo code for Anylink Vertical CSS shows an example of a drop to the right menu system when you hover over a menu item. Link to example is:

    http://www.dynamicdrive.com/dynamici...nylinkcss2.htm

    I want a cascading system that adds another level. When I replicated the code example and I try to get to level 2 it doesn't hold, it blanks the screen. Any help?

    This is the second of the demo code I modified and when you hover over "Food" I wanted a second menu to appear on the right, but it is not working. When you hover over"Departments, the first menu works fine.


    <a href="http://www.dynamicdrive.com" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'anylinkmenu1')">Departments</a>

    <div id="anylinkmenu1" class="anylinkcss">

    <a href="http://www.dynamicdrive.com/" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'food-menu')">Food</a>
    <a href="http://www.cssdrive.com">Garden</a>
    <a href="http://www.javascriptkit.com">Gift</a>
    <a href="http://www.codingforums.com">Cut Flowers</a>
    <a href="http://www.javascriptkit.com/jsref/">Cheese</a>
    <a href="http://www.dynamicdrive.com/">Gift Baskets</a>
    <a href="http://www.cssdrive.com">Catering</a>
    <a href="http://www.javascriptkit.com">Seasons</a>
    <a href="http://www.codingforums.com">Brands</a>
    <a href="http://www.javascriptkit.com/jsref/">Specials</a>


    </div>


    <div id="food-menu" class="anylinkcss">

    <a href="http://www.dynamicdrive.com/">Gourmet Grocery</a>
    <a href="http://www.cssdrive.com">Produce</a>
    <a href="http://www.javascriptkit.com">Deli</a>
    <a href="http://www.codingforums.com">Bakery</a>

    </div>
    Last edited by brianpaschj; 09-29-2007 at 12:09 PM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

  3. #3
    Join Date
    Sep 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
    Thank you...I added the hyperlink

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    There's no easy way to add additional levels to this script unfortunately. In the meantime, you may want to use SuckerTree vertical menu instead: http://www.dynamicdrive.com/style/cs...menu-vertical/

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
  •