Sets or retrieves the position of the underline decoration that is set through the textDecoration property of the object.
The auto and auto-pos values apply to this property as of Internet Explorer 6. The default value of this property is auto as of Internet Explorer 6. With Internet Explorer 5.5, the default value of this property is below.
p {
text-underline-position: above;
text-decoration: underline
}
content