Results 1 to 3 of 3

Thread: AnyLink Drop Down Menu...Not anywhere....

  1. #1
    Join Date
    Jun 2005
    Location
    Tucson Az
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu...Not anywhere....

    Script: AnyLink Drop Down Menu
    http://dynamicdrive.com/dynamicindex1/dropmenuindex.htm

    It works, but I am having two problems...
    Problem 1:
    The drop down menu is not displaying correctly. It will not display to the right of the "buttons", it displays to the left which presents a problem, because the "buttons" are aligned on the left of the page...Further it will only display in the frame that the buttons are in. Is there a way for me to tell it to display in another frame? I would like the drop down menu to display to the right of the buttons in the "main" frame. (the buttons are in the content frame)

    Problem 2:
    The links are not opening in the "main" frame. The frame that the buttons and by extension the menus are in is the "content" frame, but I want the links contained in the drop down menus to open in main, but instead they are opening in "content".

    So how do I get this to happen...Is it even possible? I would be grateful for any help that you can give me.

    If you need to see my html code to understand what I am talking about feel free to ask and I will be happy to provide it.

  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

    Default

    That menu wasn't really designed to do all that. If you want that sort of functionality try:

    HV Menu v5.5

    You can get the Anylink Menu to open links in a target frame (simply by using the target attribute in its links' tags*) but, dropping down, or over, across frames is beyond its design capabilities.


    *ex:

    Code:
    //Contents for menu 1
    var menu1=new Array()
    menu1[0]='<a href="http://www.javascriptkit.com" target="main">JavaScript Kit</a>'
    Added Later:

    You can drop down or across an iframe using Anylink Menu but, Anylink cannot be in an iframe. That would mean abandoning your frameset and substituting a suitable iframes setup.
    Last edited by jscheuer1; 06-21-2005 at 09:31 AM. Reason: add info
    - John
    ________________________

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

  3. #3
    Join Date
    Jun 2005
    Location
    Tucson Az
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Okay thank you very much for your help...I didn't really think I could get the menu to display in another frame but thanks for your suggestions!

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
  •