CSS Text Decoration » css property Fri, 07 Aug 2009 06:23:56 +0000 http://wordpress.org/?v=2.8 en hourly 1 Terms /information/terms/ /information/terms/#comments Fri, 07 Aug 2009 05:58:58 +0000 admin /?p=224 Terms and information pages

]]>
/information/terms/feed/ 0
text-decoration:; /css-text-properties/text-decoration/ /css-text-properties/text-decoration/#comments Sat, 04 Jul 2009 23:05:00 +0000 admin http://10.3.0.2/?page_id=37 The css property text-decoration can be used to change attributes of text. Changing the value to none can remove the underline from hyperlinks. To change the color of the text, a different tag called color; is needed.

Properties:

ValueDescription
noneDefines a normal text. This is default
underlineDefines a line below the text
overlineDefines a line above the text
line-throughDefines a line through the text
blinkDefines a blinking text
inheritSpecifies that the value of the text-decoration property should be inherited from the parent element

Examples:

text-decoration: blink;

text-decoration: line-through;

the rain in spain

text-decoration: none;

the rain in spain

text-decoration: overline;

the rain in spain

text-decoration: underline;

the rain in spain

]]>
/css-text-properties/text-decoration/feed/ 0