I know it is possible to set an image instead of the HTML default bullets:
list-style-image: url(...);
But I havent\'t found a way how I ca
You need to use nth-child Property
nth-child
CSS
li:nth-child(1){list-style-image:url(image)}
Here is the demo http://jsfiddle.net/5VB2u/