Skip to content

Instantly share code, notes, and snippets.

@anthonyshort
Created July 24, 2009 00:49
Show Gist options
  • Save anthonyshort/153767 to your computer and use it in GitHub Desktop.
Save anthonyshort/153767 to your computer and use it in GitHub Desktop.
=sprite(!width = 0, !x = 0)
{
width:!width;
& a { background-position:!x 0; }
& a:hover { background-position:!x -34px; }
& a.selected { background-position:!x -68px; }
}
.left_tabs
{
+horizontal-list;
li { margin-right:5px; }
li a { +image-replaced; background-image:url(/images/navigation.png); height:34px; }
}
#main_tab_details { +sprite(86px); }
#main_tab_enter_contest { +sprite(110px, -91px); }
#main_tab_prize_giving { }
#main_tab_invite { +sprite(124px, -206px); }
#main_tab_track_progress { +sprite(124px, -349px); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment