• 회원가입
  • 로그인
  • 구글아이디로 로그인

[text] CSS - text-underline-position 속성 - 텍스트 언더라인 위치 지정 (= text-underline-position속성 = 텍스트언더라인포지션속성) ※ 밑줄 위치 지정.

목차
  1. text-underline-position 예제 - 텍스트 언더라인 위치 지정
  2. text-underline-position 정의
  3. text-underline-position 구문

 

text-underline-position 예제 - 텍스트 언더라인 위치 지정

 

<style>

div {text-decoration: underline;}

.a {text-underline-position: auto;}

.b {text-underline-position: under;}

</style>


<div class="a">H<sub>2</sub>O</div>

<div class="b">H<sub>2</sub>O</div>


결과보기

 

text-underline-position 정의

 

텍스트 언더라인(=밑줄) 위치 지정.

 


 

1. cf.


2.

  • 기본값: auto
  • 상속여부: O
  • 애니가능: X
  • CSS버전: CSS3
  • JS구문: object.style.textUnderlinePosition="under";

 

3.

주요 브라우저 모두 지원.

 

4. MDN text-underline-position 예제보기

https://developer.mozilla.org/en-US/docs/Web/CSS/text-underline-position

 

 

text-underline-position 구문

 

selector {text-underline-position: auto|under|from-font|left|right|initial|inherit;}

 


[속성값]

 

auto

브라우저가 자동 지정. (기본값)

 

under

알파벳 기준선 아래에 밑줄을 설정. (아래첨자보다 밑에 배치됨.)

 

from-font

글꼴 파일에 언더라인 위치 정보 포함 O 경우 해당값 사용. (포함 X 경우엔 auto 사용.)

 

left

세로쓰기 모드 시 텍스트 왼쪽에 언더라인 배치. (가로쓰기 모드 경우, auto 사용.)

 

right

세로쓰기 모드 시 텍스트 오른쪽에 언더라인 배치. (가로쓰기 모드 경우, auto 사용.)

 

initial

이 속성의 기본값 사용.

 

inherit

부모요소의 속성값 상속.

 

 


분류 제목
border CSS - border-inline-width 속성 -
css CSS - rotate 속성 - 요소 회전 (= rotate속성 = 로테이트속성)
scroll CSS - scroll-margin-inline-end 속성 -
scroll CSS - scroll-margin-right 속성 -
border CSS - border-block-start-width 속성 -
border CSS - border-inline-style 속성 -
scroll CSS - scroll-padding-left 속성 -
scroll CSS - scroll-margin-block-start 속성 -
border CSS - border-inline-color 속성 -
css CSS - break-before 속성 - 지정요소 앞에서 (페이지중단/컬럼중단/영역중단) 발생 여부 지정 …
border CSS - border-start-start-radius 속성 -
scroll CSS - scroll-margin-block-end 속성 -
css CSS - place-self 속성 - 그리드셀 내 개별 아이템 (수직/수평) 정렬 (= place-self…
css CSS - hyphens 속성 - 긴 텍스트 단어에서 하이픈 표시 방법 지정 (= hyphens속성 = 하이…
border CSS - border-block-end-width 속성 - 블락방향 끝테두리 너비(=두께) 지정 (= bo…
css CSS - offset-path 속성 -
border CSS - border-inline-start-width 속성 -
scroll CSS - scroll-snap-stop 속성 -
scroll CSS - scroll-snap-align 속성 -
font CSS - font-kerning 속성 - 문자 모양 고려해, 문자 사이 간격 지정 (= font-kerni…
6/27
목록
찾아주셔서 감사합니다. Since 2012