CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
List-Style Images
nedave
Permalink to comment
#
July 2008
Is it possible to change the list-style-image of an individual list item without affecting the entire list? If so, how? Any help is appreciated. Thanks.
Edwin
Permalink to comment
#
July 2008
Yes you can. Just by giving that individual list item a class (or an id) and say in the css "list-style-image: url();"
You can try it out here.
Add a Comment
You can try it out here.