Home › Forums › General XMetaL Discussion › Image as a bullet using CSS › Reply To: Image as a bullet using CSS
Reply to: Image as a bullet using CSS
October 10, 2013 at 7:17 pmThe list-style-image property is not supported.
I think the closest you can get to what you want is to use an element:before selector together with content:url(small.png);