Ebook이나, 일본어 세로 쓰기 표현들의 CSS3방식으로 표현가능합니다.
일본과 같은 국가는 세로쓰기 형식을 CSS3에 "writing-mode" 속성(property)을 이용해서 표현할 수 있습니다.
출처: http://www.w3.org/TR/2003/CR-css3-text-20030514/#Progression
Name: | writing-mode |
Value: | lr-tb | rl-tb | tb-rl | tb-lr |
Initial: | not defined for shorthand properties |
Applies to: | all elements and generated content |
Inherited: | yes |
Percentages: | N/A |
Media: | visual |
Computed value: | see individual properties |
예제)
Here is a diagram of a horizontal flow ("writing-mode: lr-tb"):
Here is a diagram for a vertical flow used in East Asia ("writing-mode: tb-rl"):
And finally, here is a diagram for another flow used for Uighur and Mongolian ("writing-mode: tb-lr"):
In Japanese, this effect is known as "Tate-chu-yoko". In order to achieve it in an XHTML context, the Latin string should be enclosed in a span
element with a horizontal flow orientation, as in:
.date {writing-mode: lr-tb;}
<span class="date">1996</span>
(참고)
가로쓰가와 세로쓰기:
http://ko.wikipedia.org/wiki/%EA%B0%80%EB%A1%9C%EC%93%B0%EA%B8%B0%EC%99%80_%EC%84%B8%EB%A1%9C%EC%93%B0%EA%B8%B0
[ 추가 내용]
'Web > WEB기본' 카테고리의 다른 글
[html5] link 요소에 대한 설명 (0) | 2012.05.15 |
---|---|
[CSS] vendor prefix(밴더 프리픽스)라고 -wbkit-, -moz-, -o-, -ms- (0) | 2012.04.03 |
IE6 투명PNG 이미지 문제 해결하기(javascript) (0) | 2012.02.22 |
[CSS] CSS Media Query for Mofile (0) | 2012.02.14 |
[html5] html5에서 ruby(주석관련) 태그 (0) | 2012.01.10 |
grep 명령을 통한, 특정 문자열을 포함한 파일 찾기 (0) | 2011.12.07 |
img map관련 (0) | 2010.08.04 |
웹표준 폰트 관련 px를 em일때. (0) | 2010.07.21 |
(로그인하지 않으셔도 가능)