View Single Post
Old 09-06-2012, 04:32 AM   #1
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
Background Images as List Bullets

ul {list-style: none}
ul li {
background-image: url("path-to-your-image");
background-repeat: none;
background-position: 0 0.5em;
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote