Options

Menu drop delay

AllenAllen Registered Users Posts: 10,011 Major grins
edited September 13, 2013 in SmugMug Customization
Is there some CSS I can add to delay the horizontal menu drop? Sliding the mouse down the page and
over/past the menu pops out the drop way too quickly. This is quite annoying when passing over the
menu. I'd like to have the mouse stop and hover the main button with a delay before the drop pops out.
Al - Just a volunteer here having fun
My Website index | My Blog

Comments

  • Options
    basfltbasflt Registered Users Posts: 1,882 Major grins
    edited September 13, 2013
    .yui3-menu-children{
    transition-delay: 2s;
    }
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited September 13, 2013
    basflt wrote: »
    .yui3-menu-children{
    transition-delay: 2s;
    }
    Thanks,, solved a big annoyance. I changed it so only the first drop has the delay and not the flyouts.
    Also seemed to affect other Smug menus.
    Still get an occasional flash of the drop but not bad. Thanks

    .sm-page-widget-nav-toplink .yui3-menu-children:first-child{
    transition-delay: .5s;
    }

    If I quickly drag down over a button with a long list of drops and stop down
    below in the area of the big drop, the drop shows? Maybe add a sensitively area
    to only include the main button height/area? Maybe reach.
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.