Thank you, men, it's good idea! But IE don't understand there. I think
what better use extra tags as span.

2008/11/6 Christie Mason <[EMAIL PROTECTED]>:
> I came across the below, sorry I don't have any notes on where, and it's
> worked for me.  Put the color you want on the li and then use to change the
> number color and weight.
>
> ol { counter-reset: item }
> ol li { display: block }
> ol li:before {
> content: counter(item) ". ";
> counter-increment: item;
> font-weight: bold;
> color: #00FD00;
> }
>
> Christie Mason
>
>
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************
>
>


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

Reply via email to