Results 1 to 3 of 3

Thread: AnyLink CSS Help

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

    Default AnyLink CSS Help

    I want to use AnyLink CSS setting the links in a vertical format versus horizontal. The problem as you might guess is that if I hover over a link, the drop down menu blocks the next menu item. How do I move the drop down menu to the right so as to avoid this problem.

    You can see an example of what I'm trying to do by going to:
    http://napnes.org/about/about.htm

    Thanks for your help.

  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 in anylink.js:
    Code:
    dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
    Change it to this:
    Code:
    dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+100+"px"
    100 seems about right to me, as a guess. You may need to adjust it.
    - John
    ________________________

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

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

    Thumbs up Thanks

    Thanks John, that's perfect!

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
  •