Skip to content

Instantly share code, notes, and snippets.

###
#
# copy/paste me into your javascript console (as compiled JS)
#
###
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# Load JQUERY (load this up first before doing anything else...)
# -----------------------------------------------------------------------------
@ootz0rz
ootz0rz / css3checkbox.css
Created March 6, 2012 01:13
CSS3 checkbox
li:before {
/* add space, create an "L" from borders, and rotate to make a checkmark */
content:"\00a0";
/* Make it a small rectangle so the border will create an L-shape */
width: 6px;
height: 12px;
/* Add a white border on the bottom and left, creating that 'L' */
border: solid #fff;