In Praise of the Unambiguous Click Menu | CSS-Tricks
The article suggests that the modern trend in menus is to use click menus instead of hover menus.
- Click menus behave same on mobiles and desktop.
- They don't create flicker when the mouse moves a few pixels
- Click menus are based on "intent"
- Must use dropdown cursor when using click menus.
Interesting.