Results 1 to 10 of 10

Thread: 2 level drop down menu

  1. #1
    Join Date
    Jun 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question 2 level drop down menu

    Hello, I'm using your AnyLink Drop Down Menu and it works great .. my question is How to have a second level of menu appearing .. that means a second onmouseover on the first one and then a user could click. I hope that my question is clear and thank you .
    DJ

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

  3. #3
    Join Date
    May 2006
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    djelie,

    I made the move from the Anylink drop down menu to the HV menu because I wanted the multi-level option. You can see what I did with the HV menu here.

    http://www.tagderry.com/hv_test/

    Hope this helps

  4. #4
    Join Date
    Jun 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can the Anylink drop down menu be made to have multi-level option?

  5. #5
    Join Date
    May 2006
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am not sure. I asked the same question but was refered to the HV Menu. Here is the thread...

    http://www.dynamicdrive.com/forums/s...ead.php?t=9930

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

    Default mouseover in listings any link dropdown

    In any link drop down menu, is it possible to use mouseover in the menu listings instead of the hovering colored bar? Thankyou

  7. #7
    Join Date
    May 2006
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem with target in Any Link Drop Down Menu

    I use menu :

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

    I change the code :

    Code:
    var menu1=new Array()
    menu1[0]='<a target="view" href="http://www.javascriptkit.com">JavaScript Kit</a>'
    menu1[1]='<a href="http://www.freewarejava.com">Freewa</a>'
    menu1[2]='<a href="http://codingforums.com">Coding Forums</a>'
    menu1[3]='<a href="http://www.cssdrive.com">CSS Drive</a>'
    menu1[4]='<img src="b3.gif" border="0" width="100" height="10">'
    view= my iframe

    But always open in new window . Why ?
    Help me please

    Thx
    Roberto

  8. #8
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by machinna
    I use menu :

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

    I change the code :

    Code:
    var menu1=new Array()
    menu1[0]='<a target="view" href="http://www.javascriptkit.com">JavaScript Kit</a>'
    menu1[1]='<a href="http://www.freewarejava.com">Freewa</a>'
    menu1[2]='<a href="http://codingforums.com">Coding Forums</a>'
    menu1[3]='<a href="http://www.cssdrive.com">CSS Drive</a>'
    menu1[4]='<img src="b3.gif" border="0" width="100" height="10">'
    view= my iframe

    But always open in new window . Why ?
    Help me please

    Thx
    Roberto
    Javascript kit has 'break out of frames' code on their page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  9. #9
    Join Date
    May 2006
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thx

    Yes, JavaScriptKit break Iframe.

    Working perfectly



    Cya

    Roberto

  10. #10
    Join Date
    Jun 2006
    Location
    San Jose, CA
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can HV use images as it's links/buttons?

    I have a nav system I'm needing to replace. The replacement nav must have at least a two tier capability. I'm looking at HV upon the recommendations made here and it looks quite nice.

    The one thing I'm wondering about is if HV will allow me to use images as my main navigation buttons/links, then drop-down/expand once clicked/hovered on.

    Anyone know the answer to this? I can't seem to find anything on this in the documentation.

    Thanks in advance,
    Ron

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
  •