PDA

View Full Version : <li> bullet image


blake_jl
12-17-2007, 11:54 PM
Hello,

You know how this code gives you a list with the little bullets in front of it

<ul><li></li><li></li></ul>

I have seen website that have different colour bullets or even different shapes like triangles instead of the little black dot.

How do I do this?

Thank you

Excavator
12-18-2007, 12:56 AM
Hello blake_jl,
Lots of tutorials out there on styling ul's.
Here's a good one. (http://www.alistapart.com/stories/taminglists/)
A couple examples (http://nopeople.com/CSS/li_image/)

blake_jl
12-18-2007, 01:23 AM
Sweet, thanks. Exactly what I need.