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
<span>as per my example:

<ul>
    <li><span>content</span></li>
</ul>

ul {
    color:#380;
    list-style-type:disc;
}
ul li span {
    color:#000;
}


Many thanks
Rich


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to