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