asp.net.ph

Skip Navigation Links

textDecorationOverline Property

CSS Attributes Index   Text Attributes


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

Syntax


HTML N/A
Script object.style.textDecorationOverline = bOverline ]

Possible Values


true A line is drawn over the text.
false A line is not drawn over the text.

The property is read/write with no default value.

Example

The following example will 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>
See Also

textDecoration



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note