list-style-image
CSS Property:
Result:
- List Iteam 1
- List Iteam 1
CSS Code:
#myDiv {
padding:20px 30px;
list-style-style:none;
list-style-image:url('/build/images/arrow-right.png');
}
Click the property values above to see the result
Click the property values above to see the result