CSS dropdowns on touch-based clients. Are pure CSS dropdowns going to become extinct?
Posted
by Galen
on Stack Overflow
See other posts from Stack Overflow
or by Galen
Published on 2010-05-04T17:26:30Z
Indexed on
2010/05/04
17:28 UTC
Read the original article
Hit count: 303
My company is starting to move toward adding the iPad as a browser i have to test my work on. This got me thinking...
Since touch-based clients don't have a :hover state are pure CSS dropdowns going to go away?
Then i thought even if you add some javascript to make the menus popup on click... What happens when the menu item (that expands to another menu) is also a link. How do you tell the difference between a click to see the menu or a click to go to that link?
© Stack Overflow or respective owner