How would I add a background image to a list element in a jQuery Chosen select dropdown?
There is already a question on this, but I can't get the accepted answer to work.
My code:
.chzn-results li {
background-image: url('http://placekitten.com/20/20') no-repeat 3px center;
padding-left: 12px;
}
JSFiddle to show the problem: http://jsfiddle.net/RVH8D/