例
右にpragraphの最後の行を揃えます:
document.getElementById("myDIV").style.textAlignLast = "right";
»それを自分で試してみてください 定義と使用法
textAlignLastプロパティは、テキストの最後の行を整列する方法を指定します。
注意:textAlignLastプロパティのみに設定し、テキスト-alignプロパティを持つ要素のために働くだろう"justify" 。
ブラウザのサポート
textAlignLastプロパティは、Internet Explorerでのみサポートされています。
Firefoxは、代替、MozTextAlignLastプロパティをサポートしています。
値は"start"と"end"のInternet Explorerではサポートされていません。
構文
textAlignLastプロパティを返します:
object .style.textAlignLast
textAlignLastプロパティを設定します。
object .style.textAlignLast="auto|left|right|center|justify|start|end|initial|inherit"
プロパティ値
値 | 説明 |
---|---|
auto | デフォルト値。 最後の行は正当化と左を揃えています |
left | 最後の行は左に揃えられ |
right | 最後の行を右揃えにします |
center | 最後の行は中央揃えです |
justify | 最後の行は、行の残りの部分として正当化されます |
start | 最後の行は、行の先頭に整列している(left if the text-direction is left-to-right, and right is the text-direction is right-to-left) |
end | 最後の行は、行の末尾に位置合わせされる(right if the text-direction is left-to-right, and left is the text-direction is right-to-left) |
initial | このプロパティがデフォルト値に設定します。 最初の記事を読みます |
inherit | その親要素からこのプロパティを継承します。 継承についての記事を読みます |
技術的な詳細
デフォルト値: | オート |
---|---|
戻り値: | 要素のテキストALIGN-最後のプロパティを表す文字列、 |
CSSのバージョン | CSS3 |
関連ページ
CSSリファレンス: text-align-last property
<スタイルオブジェクト