/ Published in: CSS
URL: http://monkeyflash.com/tutorials/aligning-list-bullet-images/
This will create a bulleted list using images as the bullets.
Expand |
Embed | Plain Text
.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; }
Comments
Subscribe to comments
You need to login to post a comment.

Please change the title of this article to 'Cross Browser UNORDERED list'.
agreed, this is an unordered list