textDecorationOverline property (Internet Explorer)

Switch View :
ScriptFree
textDecorationOverline property

[This documentation is preliminary and is subject to change.]

Sets or retrieves a Boolean value indicating whether the text in the object has a line drawn over it.

Syntax

textDecorationOverline: VARIANT_TRUE | VARIANT_FALSE

Property values

VARIANT_TRUE

A line is drawn over the text.

VARIANT_FALSE

A line is not drawn over the text.

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
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

DLL

Mshtml.dll

See also

defaults
runtimeStyle
style
textDecoration

 

 

Build date: 3/14/2012