• Ryan Olson, over 5 years ago

    I really like this. I just wanted to point out that the dropdown filters (features, social proof, pricing) don't always work unless moving the mouse really fast.

    https://i.imgur.com/prmuZRW.gif

    the margin-top:2px is pushing it down enough to make the mouse lose hover on the parent link.

    .dropFeatures-sub:hover #features-drop { margin-top: 2px; display: block; }
    2 points