Skip to content

Instantly share code, notes, and snippets.

View respectTheCode's full-sized avatar

Kevin Smith respectTheCode

  • Playlister
  • Indianapolis, IN
View GitHub Profile
@chriscoyier
chriscoyier / dabblet.css
Created December 21, 2011 18:48
Click open/close Dropdown in pure CSS
/* Click open/close Dropdown in pure CSS */
/* Disclaimer: Not the most semantic
thing in the universe. */
/* Forked from original idea
http://jsfiddle.net/paullferguson/Sv54G/3/ */
.tabs {
position: relative;