Drop-down menu disappears when user rolls off of main nav

Forums Forums Menus Drop-down menu disappears when user rolls off of main nav

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1688
    eddy
    Member

    I am using PixoPoint Menu plugin for WP. I’ve styled the navigation using the PixoPoint menu link in the WP admin. However, when I roll onto the sub menus, the drop down items disappear. This seems to occur on FF, Safari and Opera –so far.  Will you please help me resolve this? I searched the forum but have not been able to resolve my problem.

    Here is my css file: http://www.losgatoscounselingservices.com/wp-content/themes/flexi-blue/style.css%5B/url:1ers9l55%5D
    The site: http://www.losgatoscounselingservices.com[/url:1ers9l55%5D

    I have made some modifications to the WP theme stylesheet including removing the <div> navigation items in the navigation.php file and deleting the stylesheet items that pertain to the theme navigation.

    Thank you for your reply.

    #9199
    eddy
    Member

    I  have resolved the issue. I simply changed the "top" stylesheet element div pixopoint_menu1 ul ul
    from 28px to 20px and it corrected the problem.

    Thanks anyway.

    #pixopoint_menu1 ul ul {
    position:absolute;
    left:-999em;
    top:20px;
    width:120px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.