Results 1 to 4 of 4

Thread: Anylinkmenu breaks in Wordpress

  1. #1
    Join Date
    Jul 2009
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Anylinkmenu breaks in Wordpress

    1) Script Title: Anylinkmenu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem: The script works fine throughout the site, but when I put my menu in my Wordpress blog layout, something strage happens. See it in action here.

    The light blue background assigned to the li within the drop down seems to take over the entire a & span above it. This doesn't happen in the main site (click on any navigation link to see). Only happens in the blog section.

    Any help would be greatly appreciated!

  2. #2
    Join Date
    Jul 2009
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    (bump)

    No takers?

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    From what I can tell this is simply a result of the way your main menu links are styled. To "fix" this, nside anylinkmenu.css, try disabling the below:

    Code:
    .selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
    /* background: #99ccff; */
    }
    Or restyle your main menu links so they are not so tall.
    DD Admin

  4. The Following User Says Thank You to ddadmin For This Useful Post:

    tdzl (07-27-2009)

  5. #4
    Join Date
    Jul 2009
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Removing the styling from .selectedanchor worked perfectly! 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
  •