> Is it possible to colour a list's bullets and not the text?

One method is to use a small bullet image as the background for the li:

li {
        background: url(my_bullet.gif) no-repeat top left;
        padding-left: 20px;
}

The padding pushes the text away from the bullet image.

-- 
Richard Allsebrook
Futurate Ltd. (http://www.futurate.com)

---------------------------------------------------
June 2006: Futurate launch a major new website and content
management server for Travel South Yorkshire:

www.travelsouthyorkshire.co.uk.


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.0/366 - Release Date: 15/06/2006

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to