Pretty simple question, but I am not sure if it is possible. I want to add an image to act as a bullet in all elements. I know I can achieve this b
Nope, list-style and list-style-image are only for ul and ol tags you'll have to get back to your first method or make something with js
list-style
list-style-image
ul
ol
http://www.w3schools.com/css/css_list.asp http://www.w3schools.com/cssref/pr_list-style-type.asp