예
오른쪽에 pragraph의 마지막 행을 정렬 :
document.getElementById("myDIV").style.textAlignLast = "right";
»그것을 자신을 시도 정의 및 사용
textAlignLast에서 속성은 텍스트의 마지막 행을 정렬하는 방법을 지정합니다.
참고 : textAlignLast에서 속성 만 설정 텍스트 정렬 속성 요소 일 것이다 "justify" .
브라우저 지원
textAlignLast에서 속성은 Internet Explorer에서 지원됩니다.
파이어 폭스의 방법은 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 | 부모 요소에서이 속성을 상속합니다. 대한 상속 읽기 |
기술적 세부 사항
기본값: | 자동차 |
---|---|
반환 값 : | 요소의 텍스트 정렬 - 마지막 속성을 나타내는 문자열 |
CSS 버전 | CSS3 |
관련 페이지
CSS 참조 : text-align-last property
<스타일 개체