Skeleton icon indicating copy to clipboard operation
Skeleton copied to clipboard

Skeleton for "toggle" menu

Open ghost opened this issue 9 years ago • 5 comments

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.

ghost avatar Dec 23 '15 14:12 ghost

@andygeiss Perfect! Just what I was looking for! A little more documentation would help a lot.

saq1610 avatar Jan 31 '16 10:01 saq1610

Thx for your feedback! I will try my best to optimize my documentation ;-)

ghost avatar Feb 03 '16 09:02 ghost

@andygeiss cannot see it working. The link is broken

ganeshkbhat avatar Mar 28 '16 03:03 ganeshkbhat

@andygeiss @ganeshkbhat skeleton-plus includes a working navigantion bar (https://github.com/oltmannsdaniel/skeleton-plus)

ghost avatar Mar 28 '16 07:03 ghost

Thanks.

ganeshkbhat avatar Mar 28 '16 11:03 ganeshkbhat