Mi html es:Cambiar el color del texto tachado en css
<html>
<body>
<div id="example">this is example</div>
</body>
<html>
Mi css es:
#example{text-decoration: line-through;color:#ccc;}
me estoy fuera puse como esto
pero quiero como este pero no puedo. Ayúdame a hacer así.
http://stackoverflow.com/questions/1107551/css-strikethrough-different-color- from-text –