Results 1 to 3 of 3

Thread: Any link css menu drop down spacing wrong in Chrome

  1. #1
    Join Date
    Jun 2006
    Posts
    12
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation Any link css menu drop down spacing wrong in Chrome

    Hi. I used the any link CSS menu in my site and the drop downs work perfect in every browser except Chrome. In Chrome instead of the drop down starting under the menu item it overlaps the menu item blocking its visibility. Any ideas how to fix this issue?

    You can see the issue in Chrome here:

    http://www.cviscusi.com/UPsite/index.html

    Thanks!

  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 the anylinkmenu.css file:

    Code:
    .menuanchorclass {
    	display: inline-block;
    }
    - John
    ________________________

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

  3. #3
    Join Date
    Jun 2006
    Posts
    12
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much!!!! You saved me a ton of work!! I can't thank you enough for the fast response and quick fix!!

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
  •