text-decoration은 말그대로 해당하는 텍스트를 꾸며주는 역활을 합니다.
속성은 다음과 같습니다.
Value | Description |
---|---|
none | Default. Defines a normal text |
underline | Defines a line under the text |
overline | Defines a line over the text |
line-through | Defines a line through the text |
blink | Defines a blinking text (does not work in IE and Opera) |
a:visited 는 이미 클릭했던 링크에
a:active 는 활성화된 링크에
a:hover 는 링크위에 마우스 오버시 동작하게 됩니다.
[출처] link text-decoration 속성|작성자 반토망
'Development > Web Publishing' 카테고리의 다른 글
INPUT TYPE='FILE' EXT (0) | 2015.02.10 |
---|---|
xhtml 기반에서 valign 기능 구현하기 - CSS 사용 (0) | 2009.10.20 |
page-break-before (0) | 2009.10.13 |
utf-8 페이지에서 euc-kr로(또는 역으로) post전송시 charset 설정하기 - ie onlyHtml & script (0) | 2009.06.13 |
CSS : font-weight 속성 (0) | 2009.06.13 |