/ Published in: CSS
This will create a bulleted list using images as the bullets.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.any_class_name ul { line-height:1.4; list-style-type:none; } .any_class_name li { padding-left:20px; background:transparent url(../images/face_image.png) no-repeat; background-position:0 5px; }
URL: http://monkeyflash.com/tutorials/aligning-list-bullet-images/