I\'m trying to use the :before selector to place an image over another image, but I\'m finding that it simply doesn\'t work to place an image before an im
:before
im
This one works for me:
html
name here
CSS
ul li::before { content: url(../images/check.png); }