'text-underline-position' Syntax and Note : text underline position « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'text-underline-position' Syntax and Note

Note:

Set the text underline decoration position. 
Most commonly used with Japanese language text. 
The text-decoration style property must be set to underline.

Syntax:
    
element { text-underline-position: value }
elementID.style.textUnderlinePosition = "value"
document.all.elementID.style.textUnderlinePosition = "value"
    

      
      








Related examples in the same category

1.'text-underline-position' Example
2.'text-underline-position' Possible Values
3.'text-underline-position' is applied to