Results 1 to 3 of 3

Thread: AnyLink JS Drop Down Menu v2.3 Problem

  1. #1
    Join Date
    Aug 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile AnyLink JS Drop Down Menu v2.3 Problem

    Hi

    I'm using the following:
    http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    I have an image rollover displaying the dropdown menu under neath. I'm having trouble with the placement of the dropdown in Chrome.
    Where can I adjust the y position of the dropdown. I think it's set to default at the moment.......does anybody know where I can set the y position?

    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

    If you adjust the position for Chrome, it will throw it off for others.

    This came up before not too long ago. I'm not sure if I recall the exact fix, but I think it was setting the trigger's style to:

    Code:
    display: inline-block;
    So try adding this to the anylinkmenu.css file:

    Code:
    .menuanchorclass {
    	display: inline-block;
    }
    Upload the changes, clear the browser cache and refresh the page before testing.

    Note: Just tested using Chrome's developer tools. Appears to work.

    If you want more help:

    Please post a link to a page on your site that contains the problematic code so we can check it out.
    Last edited by jscheuer1; 08-11-2011 at 02:29 PM. Reason: add note
    - John
    ________________________

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

  3. #3
    Join Date
    Aug 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the help!!!!!

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
  •