Results 1 to 8 of 8

Thread: |q| AnyLink Drop Down Menu

  1. #1
    Join Date
    Aug 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default |q| AnyLink Drop Down Menu

    this is a good script but i wanna know how i make more menus

    like this:
    http://www.dynamicdrive.com/dynamici...men3/index.htm

    that when i go to news and i can open the local news

    i need somthing like this on "anylink drop down menu

  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

    In the long run, you would be better off using the menu that has what you need built in already. Here is a mod of anylink's sister menu (anylinkcss) that includes one additional level.
    - John
    ________________________

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

  3. #3
    Join Date
    Aug 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    10q very much
    can u help just move the sister menu be on the left side?
    becouse i need the menu on hebrew
    right to left

  4. #4
    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

    Find this line in the code:
    Code:
    subdropmenuobj.style.left="120px"
    Change it to this:
    Code:
    subdropmenuobj.style.left="-120px"
    - John
    ________________________

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

  5. #5
    Join Date
    Aug 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    10q very much !!!

  6. #6
    Join Date
    Aug 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ammm i need ur help again... how i make that when i edit my site i will not see the menu open

    see image:
    http://www.4everdavid.com/Untitled-12.jpg

    there have a tag that i can put that hide this menu on the edit

    and 1 more q:
    how i can move the menu that not be on him?

    see image:
    http://www.4everdavid.com/Untitled-13.jpg

    i want that this will be like this:
    http://www.4everdavid.com/Untitled-14.jpg

  7. #7
    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

    It is best not to publish your page until you have it edited but, if that is not an option, you may place these tags around the HTML part of the menu:

    <div style="display:none">
    menu html goes here
    </div>

    If you want to move the menu in your last two pictures over more, use the same number we used before, just make it larger:
    Code:
    subdropmenuobj.style.left="-140px"
    The exact number may be different, experiment.
    - John
    ________________________

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

  8. #8
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question

    I've been using this "sister" version of anylink and need to know how to get the second level to align with the link I'm currently hovering over. I'm using something similar to this: http://home.comcast.net/~jscheuer1/s...stddaw2002.htm

    I have changed the menu up so that it appears to the left of the parent menu. My second level aligns at the top of the first hover menu. I don't want that.

    Misty

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
  •