Submenu dont opens on mouseover

Forums Forums Menus Submenu dont opens on mouseover

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1285
    WebbR
    Member

    Hi everybody, I used the Pixopoint menue plugin several times and really appreciate the work!
    This time i have a problem witch i cant fix but maybe anybody can help out here?

    The submenu dont opens on mouseover. It openss on click and then disapears because a new site is loading.

    The submenu is below "Unsere Coaches".
    The URL is: http://www.ca-qualitaet.de/,
    The css is inline in the sourcecode for better testing

    I suppose there is some kind of conflict with the WordPress theme css but can’t find out <img decoding=” title=”Sad” />

    Hope ther is somebody ho can help … Any hint is realy appreciated THX a lot
    WebbR

    #8053

    I’m guessing the following tag may be causing problems:
    [code:13nq31mg]<div id="navigation"> [/code:13nq31mg]

    Alternatively, the block of content directly below the menu may be appearing on top of the menu, hence causing the menu to appear underneath that content. These sorts of problems can usually be sorted through the user of z-index.

    #8054
    WebbR
    Member

    Hi Ryan thx for responding. The
    [code:v148evds] <div id="navigation"> [/code:v148evds] was already in the code.

    When I change the element style with firebug from
    [code:v148evds] <ul style="display: none; visibility: hidden;"> [/code:v148evds]
    to
    [code:v148evds] <ul style="display: block; visibility: visible;"> [/code:v148evds]

    the submenu seems to work fine – but i kind of fear to hack the plugin code…

    #8055
    WebbR
    Member

    Hi, solved the problem with just uninstall the menu plugin and installing it again…
    Works fine now… Anyway THX for your support and fpr the great plugin!

    Cya! 

    #8056

    You wouldn’t needed to have hacked the plugin to achieve that change anyway, that’s just CSS, so simply a matter of modifying the CSS.

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