Tagged Questions
3
votes
3answers
2k views
Better to use hover vs. click to display dropdown menus on main navigation of web app?
I work on a web-based medical records system. In the previous version, main horizontal menu employed ExtJS. It used the standard click to display the sub-menu found in ExtJS. I'm considering whether ...
18
votes
6answers
1k views
Why is there a convention on the web for dropdown menus on hover instead of on click?
This is something I've always wondered. On all major operating systems, application menus (File/Edit/View etc) only appear on click. However, nearly every web site that uses a drop-down menu ...