I would like to use a different bullet in my sidebar lists. I see that if I set a value to 0, the little square will disappear, but how do I substitute a special character, image, etc.
I would like to use a different bullet in my sidebar lists. I see that if I set a value to 0, the little square will disappear, but how do I substitute a special character, image, etc.
dont post duplicate threads.
There is few way you can add bullet image or special char on list item.
background-image: url(bullet-image.jpg);
list-style-image: url(bullet-image.gif);
list-style-type: circle
/* square, decimal, upper-roman */
ref: http://www.w3schools.com/HTMLDOM/prop_style_liststyletype.asp
This topic has been closed to new replies.