text-decoration-overline
Overview table
- Applies to
 - All elements
 - Inherited
 - No
 - Media
 - visual
 
- Animatable
 - No
 
Syntax
text-decoration-overline: VARIANT_FALSEtext-decoration-overline: VARIANT_TRUE
Values
- VARIANT_TRUE
 - A line is drawn over the text.
 - VARIANT_FALSE
 - A line is not drawn over the text.
 
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>
Syntax
textDecorationOverline: VARIANT_TRUE | VARIANT_FALSE
Requirements
{
See also
Related pages
- defaultSelecteddefaultSelected
 - runtimeStyleruntimeStyle
 - stylestyle
 - textDecorationtextDecoration
 
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]