Dropdown button

guys how do i make the last anchor tag into a drop down button?

It’s a pretty simple thing to do, and there are tons of tutorials online already. This one looks pretty good. If you want it to be click rather than hover activated, just change all of the ::hover pseudoselector to ::focus, or use JavaScript to change its class.

will :: focus work for hand held devices?

It sure does! :tada:

1 Like