Outer Court

Tech - Posts to comp.infosystems.www.*

From: "Philipp Lenssen" <lenssen@hitnet.rwth-aachen.de>
Newsgroups: comp.infosystems.www.authoring.stylesheets
Subject: Re: Coloured Bullets?
Date: Thu, 2 Nov 2000 20:02:46 +0100
Message-ID: <8tsdjt$38l$1@nets3.rz.RWTH-Aachen.DE>
James <jamessl@hotmail.com> schrieb in im Newsbeitrag:
1qcM5.234$kn2.395795@newsr1.u-net.net...
> Is it possible to colour a bullet using CSS without resorting to images as
> bullets?  I'm trying to change the colour of my bullets without changing
 the
> text in the list too.
>..

If you already use paragraphs within your list, you might set the bullet
color and revert it on the paragraph, along the lines of:

body { color: black }
ul { color: red }
ul p { color: black }

<ul>
<li><p>Text</p></li>
<li><p>Text</p></li>
</ul>





 
Basic
Goodies
Design
Tech
Email