Results 1 to 6 of 6

Thread: AnyLink JS Drop Down Menu v2.3 - Chrome?

  1. #1
    Join Date
    Jan 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question AnyLink JS Drop Down Menu v2.3 - Chrome?

    Hi all -

    I am writing in hope that someone can help me debug a problem I am having with the AnyLink JS Drop Down Menu v2.3 script.

    I am using it on this site: http://www.evanandcaitlin.com/index.php

    It displays correctly in Firefox and IE, but in Chrome the menu loads directly over the link image (instead of below it).

    Anyone have any tips on what CSS/JS parameters to change?

    Thanks!
    Evan

  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

    Add this to your anylinkmenu.css file:

    Code:
    .menuanchorclass {
    	display: inline-block;
    }
    Last edited by jscheuer1; 01-13-2012 at 06:02 AM. Reason: fix typo
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the suggestion, John.

    However, it didn't work

    Adding that block to the CSS file resulted in the removal of formatting within the dropdown menu (the individual links in each menu no longer highlighted on mouseover). The position of the dropdown menu didn't change in Chrome.

    Any other ideas?

    Thanks again
    Evan

  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

    Ooops, typo - that's:

    Code:
    .menuanchorclass {
    	display: inline-block;
    }
    Now also fixed in the original.

    Sorry about that.
    Last edited by jscheuer1; 01-13-2012 at 06:02 AM. Reason: saw typo
    - John
    ________________________

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

  5. #5
    Join Date
    Jan 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Seems to have done the trick! Thanks

  6. #6
    Join Date
    Dec 2013
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    Add this to your anylinkmenu.css file:

    Code:
    .menuanchorclass {
    	display: inline-block;
    }
    Just researching this exact problem myself. Another save by John... wonderful support here!

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
  •