Designer News is where the design community meets.
Owner @ Texas Beard Company Joined about 6 years ago
Ryan hasn't posted any stories yet.
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.
margin-top:2px
.dropFeatures-sub:hover #features-drop { margin-top: 2px; display: block; }
Ryan hasn't upvoted anything yet.
Now playing
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; }