Development/Web Publishing

CSS : text-decoration 속성

DEV932 2009. 6. 13. 12:42

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 는 링크위에 마우스 오버시 동작하게 됩니다.