Reputation: 1686
I'm trying to create a custom drop-down menu with html and css only. I'm wondering if is possible to work with focus instead of hover? now is on hover and works but I want to expand that select onclick.
Here I have a fiddle example: http://jsfiddle.net/RwtHn/1084/
Upvotes: 1
Views: 1921
Reputation: 20686
EDIT: Here's a demo: http://jsfiddle.net/RwtHn/1087/
Wow. I'm surprised this is even possible with just HTML/CSS.
Upvotes: 2