{ TEXT-DECORATION : NONE | [
UNDERLINE &| OVERLINE &|
LINE-THROUGH &| BLINK ] }
Inherited: No
The TEXT-DECORATION property allows you to underline, and/or
overline, and/or draw a line through a specified selection of text,
and/or cause the text to blink.
NONE
The NONE value is the default. By declaring NONE, you
can ensure that any previous declaration will not effect the selected
text.
UNDERLINE
The UNDERLINE value draws a line under the text. If the text
is composed of more than one color, the UNDERLINE will be the
color of the first element of the text.
OVERLINE
The OVERLINE value draws a line over the text. If the text
is composed of more than one color, the OVERLINE will be the
color of the first element of the text.
LINE-THROUGH
The LINE-THROUGH value draws a line through the middle the
text. If the text is composed of more than one color, the LINE-THROUGH
will be the color of the first element of the text.
BLINK
The BLINK value causes the selected text to flash in and out
of view. It is recommended that you use the BLINK value sparingly.
Many people dislike blinking text on a web site.
Code:
Selector {TEXT-DECORATION: NONE}
Selector {TEXT-DECORATION: UNDERLINE}
Selector {TEXT-DECORATION: OVERLINE}
Selector {TEXT-DECORATION: LINE-THROUGH}
Selector {TEXT-DECORATION: BLINK}
Selector {TEXT-DECORATION: UNDERLINE BLINK}
Selector {TEXT-DECORATION: UNDERLINE LINE-THROUGH BLINK}
Selector {TEXT-DECORATION: UNDERLINE OVERLINE LINE-THROUGH
BLINK}
Copyright 2000 by Infinite Software
Solutions, Inc.
Trademark Information
|