이서진화가 - 일상 블로그
속성 property값 value
text-decoration-lineunderline | overline | line-through
text-decoration-stylesolid | double | dotted | dashed | wavy | inherit
text-decoration-colorred | rgb(200,200,200) | rgba(200,200,200,.5)
$(".tag_class").css("text-decoration-line", "line-through");

와 같이 jQuery로 다이나믹하게 변경할 수도 있다.

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다