Colored bullets

message from Bob on 19 Jul 2004
I would like to know if it is possible to have bullet points other than
black and how to do this
Cheers Bob
 
Craig replied to Bob on 19 Jul 2004
Bob,
easiest way would be to define a css style, in the list section link to your
own coloured bullet images

Craig

"Bob" <slides@ihug.co.nz> wrote in message
news:cdeju2$np5$1@lust.ihug.co.nz...
 
Chris In Madison replied to Bob on 19 Jul 2004
http://www.intuitive.com/dhtml/Examples/fig-10-2.html

Best regards,
Chris
 
ChrisRi replied to Chris In Madison on 19 Jul 2004
http://www.rileyfamily.ca/mxsnowfall/realestate.asp.

I declared this in my css file...

li.pointright {
list-style:url(../_images/pointright.gif);
}
...and then applied it to the Web page like this:

<ul>
<li class="pointright">Some bulleted text</li>
<li class="pointright">Some more bulleted text</li>
<li class="pointright">Even more bulleted text</li>
</ul>

The bullet is replaced by an image of a right pointing triangle/arrow. (This
is a simplified version of how I did this one.)

Regards,

Chris
 

Archived message: Colored bullets (Macromedia Dreamweaver)