Skeleton
Skeleton copied to clipboard
Skeleton for "toggle" menu
I want to share my simple "toggle" mechanism with you. No JavaScript is required. Just look at: https://github.com/andygeiss/mda.css Demo is available here: https://smart-endpoints.de/mda.css/
Important: Reduce window width to < 650px for the toggle :-)
I used the following technique to "toggle" (short): nav { display: none; } .toggle:hover + nav { display: block; }
Maybe worth a look.
@andygeiss Perfect! Just what I was looking for! A little more documentation would help a lot.
Thx for your feedback! I will try my best to optimize my documentation ;-)
@andygeiss cannot see it working. The link is broken
@andygeiss @ganeshkbhat skeleton-plus includes a working navigantion bar (https://github.com/oltmannsdaniel/skeleton-plus)
Thanks.