text-align-last | NN n/a IE 5.5(Win) CSS n/a |
Inherited: Yes | |
Controls the horizontal alignment of the last line of text within an element's box. |
|
CSS Syntax | |
text-align-last: alignment
|
|
Value | |
One of the following constants: auto | center | justify | left | right. The value of auto picks up the inherited text-align attribute. |
|
Initial Value | |
auto |
|
Example | |
blockquote {text-align-last: center} |
|
Applies To | |
Block-level elements. |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.textAlignLast
|