This topic has not yet been rated - Rate this topic

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 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

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

defaults
runtimeStyle
style
textDecoration

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.