textDecorationOverline property
Sets or retrieves a Boolean value indicating whether the text in the object has a line drawn over it.
Syntax
textDecorationOverline: |
Property values
true-
A line is drawn over the text.
false-
A line is not drawn over the text.
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value |
Examples
This example uses the textDecorationOverline property to draw a line over the text when the user moves the mouse over the text.
<p onmouseover="this.style.textDecorationOverline = true;"> Mouse over this text for an overline. </p>
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: