PDA

View Full Version : custom list style


yankeeschick
06-16-2008, 06:15 PM
I want to use a special little bullet point image instead of the default black bullet that lists use. Can I do that? If so, what would the css be?

Thx!

-------------
www.yankeeschick.com

jcdevelopment
06-16-2008, 07:01 PM
yeah


list-style-image:url(image.gif)


Thats what you could use.

yankeeschick
06-16-2008, 08:33 PM
awesome - thx!