This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

text-decoration-overline

Overview table

Initial value
:

Applies to
All elements
Inherited
No
Media
visual

Computed value
:

Animatable
No

CSS Object Model Property
:

Syntax

  • text-decoration-overline: VARIANT_FALSE
  • text-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

Attributions