RE: [WSG] CSS list-style

2009-10-07 Thread michael.brockington
This message does not reflect the opinions of any entity other than the author alone. -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Chris F.A. Johnson Sent: 06 October 2009 19:00 To: wsg Subject: Re: [WSG] CSS list-style On Tue, 6

RE: [WSG] CSS list-style

2009-10-07 Thread Chris F.A. Johnson
item. /OL /BODY /HTML -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Chris F.A. Johnson Sent: 06 October 2009 19:00 To: wsg Subject: Re: [WSG] CSS list-style On Tue, 6 Oct 2009, Richard Mather wrote: ul li

RE: [WSG] CSS list-style

2009-10-07 Thread Mark Henderson
Chris F.A. Johnson wrote: ul li class=blackcontent/li /ul ul { color:#380; list-style-type:disc; } ul li.black { color:#000; } Then apparently Michael Brockington wrote: Chris, I am not sure what system you tested this on, but it doesn't work on any system I

Re: [WSG] CSS list-style

2009-10-06 Thread Chris F.A. Johnson
On Tue, 6 Oct 2009, Richard Mather wrote: Hi all, I'm wondering about colouring bullet points in a ul and wanted to know if there was a way of having the list-style: a different colour to the text within the li without having to resort to putting it all within a spanas per my example:

RE: [WSG] CSS list-style

2009-10-06 Thread Raul Ferrer
Hi Rich, You can always get rid of the list-style-type and add the disc as an image in whichever color you want. I think that on CSS2.1 the disc (or letters or numbers for that matter) will always be the same color of the list element or as you say, having to add a span, which is ugly.