Tag accordion

How to Create a Pure CSS Accordion

In a previous tutorial, I showed you how you can create a Pure CSS Image Lightbox, and we used the CSS :target selector. Today I’m going to show you how you can create a Pure CSS Accordion using the same…

How to Create a Pure CSS Accordion Using Radio Buttons

In this tutorial I’m going to show you to create a pure css accordion using radio buttons. In previous tutorials I showed you how to create a pure css accordion using the target selector and also how to create a simple jquery…

How to Create a Simple jQuery Accordion

In today’s tutorial, I’m going to show you how to create a simple jQuery accordion. Accordions display collapsible content panels for presenting information in a limited amount of space. To get started we’re going to create an unordered list, with…