New Topic

java hover menu issues

Home › Forum › Help › java hover menu issues

Tagged: , ,

This topic contains 3 replies, has 2 voices, and was last updated by  StartupWP 5 years, 7 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1060

    allenu
    Participant

    Installed Pro version and created custom menus for the interactive header dropdown menu. They work, but it is very sensitive to mouse position and/or click timing.

    This occurs with latest Firefox and IE9. I have not tried IE 10 or Chrome yet.

    I had this problem prior to starting any customization or installing plugins.

    Is there a setting someplace that I can adjust the mouse over delay and click timings?

    Site is still in development and is sandboxed at http://www.spectrumresourcesinc.net/develop/

    Also, Custom CSS module on the settings page does not recognize !important. I needed a child theme and some page template customization anyway, so a custom style.css was not a big deal for me, but you need to be aware.

    Thanks!

    #1061

    StartupWP
    Keymaster

    The menu is 100% CSS. Here’s what you need to adjust though:

    nav li ul {
      top: 27px;
    }
    #1062

    allenu
    Participant

    Thanks for the quick response!

    Still teaching myself – give me a hint and save me some time with firebug; which class?

    #1063

    StartupWP
    Keymaster

    The code supplied above is the complete solution, just copy and paste:

    https://startupwp.com/topic/customizing-your-theme/

    You could of course narrow it down to:

    header nav li ul {
      top: 27px;
    }

    We will be improving IDs, classes and the HTML5 structure more in future releases.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.