Hi to all,
how to change color of numbers in items OL list, but do not change
color of text in items?
My idea with inner <span>:
CSS code:
li { color: red; }
li span { color: blue; }
HTML code:
<ol>
<li><span>Item1</span></li>
<li><span>Item2</span></li>
</ol>
Any idea, but without <span>?
----------------------------------------------
Thanks and regards,
Anton Grakhov
Russia
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************