Tagged Questions
4
votes
3answers
3k views
Should my menus drop down on hover + on click or just on click?
I have a web application that currently has menus that drop down 'on hover'. This is obviously an issue on tablets, etc. where there is no hover equivalent.
So, I need to add an 'on click' ...