Written by jon on 8:19 AM
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.
Example |
p { text-underline-position: above; text-decoration: underline } <p style=”text-underline-position: above; text-decoration: underline”>content</p> |
|
|
Possible Values |
Value Description inherit | Explicitly sets the value of this property to that of the parent | length | Defines a fixed indentation | % | Defines an indentation in % of the width of the parent element |
|
|

| Posted in »
CSS Text
Related Posts by Categories
0 comments: Responses to “ CSS TEXT-UNDERLINE-POSITION ”