CSS TEXT-UNDERLINE-POSITION - CSS3 Examples

CSS TEXT-UNDERLINE-POSITION

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

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS TEXT-UNDERLINE-POSITION ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :