Skip to content

Instantly share code, notes, and snippets.

@About2git
Created February 12, 2013 19:16
Show Gist options
  • Save About2git/4772497 to your computer and use it in GitHub Desktop.
Save About2git/4772497 to your computer and use it in GitHub Desktop.
CSS: ul bulletpoint with sprited Image
ul li{
margin-bottom: 10px;
padding-left:10px;
}
ul li:before{
background:url("img/spriteNAME.png") no-repeat XXpx XXpx;
width:XXpx;
height:XXpx;
content: "\00a0";/*leaving it empty, makes it disbehave: webkit vs. firefox*/
padding-left: 5px;
margin-left:-15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment