Results 1 to 3 of 3

Thread: AnyLink Drop Down Menu HELP

  1. #1
    Join Date
    Nov 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu HELP

    I really like this script but there is something that I just have not figured out how to do yet.

    https://www.jdigitalproduction.com/mall/Store_DVDs.asp

    What I want to do is have the hover pop up menu to pop up at the same distance from the left edge of the browser for each menu link. Is there a way to do this. It's got to be something simple but I can not seem to find the line that will do this.

    Any help on this will be greatly appreciated.
    Thank you

  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

    Find this line:

    Code:
    dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+75
    Change it to something like this:

    Code:
    dropmenuobj.style.left='200px'
    - John
    ________________________

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

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

    Default

    That's it! It's perfect! That's exactly what I needed. Thank you so much for your help. This is great.

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
  •