text-align-last

Support Key: [ IE5.5 ]
Other Text Properties
word-spacing
letter-spacing
white-space
word-wrap
text-align
text-decoration
text-transform
text-shadow
text-indent
text-underline-position
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   Auto
Applicable Elements:
Block-level elements
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
NA
Official Docs:
Microsoft MSDN Reference
What is it?
This property can be used in conjunction with the 'text-align' property, but the value specified overrides the effects of that property on the horizontal alignment of the last or only rendered line of an element.

Allowed Values
inherit
[IE5.5]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
auto
[IE5.5]
Type: Explicit
Description:
Text content on the last line is aligned according to the value of the 'text-align' property, the default text-alignment for the block or its inherited 'text-align' value.
left
[IE5.5]
Type: Explicit
Description:
Left aligns the content on the last or only rendered line of the element.
right
[IE5.5]
Type: Explicit
Description:
Right aligns the content on the last or only rendered line of the element.
center
[IE5.5]
Type: Explicit
Description:
Center aligns the content on the last or only rendered line of the element.
justify
[IE5.5]
Type: Explicit
Description:
Applies double text justification to the content on the last or only rendered line of the element.
Example
Ext/Doc: div { text-align: justify; text-align-last: right}
In-Line:  <div STYLE="text-align: justify; text-align-last: right">this
div text is double justified, and the last(or only) line should be right-aligned</div>
Browser Peculiarities

Boring Copyright Stuff....