CSS

[selector] CSS - :only-of-type 가상선택자 - 타입유일 자식요소 (= 유일타입 자식요소) [유일선택자|타입선택자, IE9]

목차
  1. :only-of-type 예제 - 유일 타입 자식요소
  2. :only-of-type 정의
  3. :only-of-type 예제 - 유일 타입 자식요소 경우, 순번 제외

 

:only-of-type 예제 - 유일 타입 자식요소 

 

<style> 

p:only-of-type {background: yellow;}

</style>


<div>

  <p>홈짱닷컴</p>  

</div>


<div>

  <p>Homzzang.com</p>

  <p>Since 2012</p>  

</div>


<div>

  <p>홈페이지 제작관리</p>

  <span>코딩교육 서버관리</span> 

</div>

 

결과보기

 

:only-of-type 정의

 

그 부모의 자식요소 중, 지정타입요소가 유일한 경우 선택.
즉, 독자이거나 형제요소 있더라도 타입이 유일할 때 적용.

 


 

1.

형제요소 중 동일 타입 존재 시엔 적용 안 됨.

2.

IE9 이상 주요 최신 브라우저 지원.

 

 

:only-of-type 예제 - 유일 타입 자식요소 경우, 순번 제외

https://homzzang.com/b/css-345 (CSS counter() 함수 이용 예제)



분류 제목
intro CSS - inherit (인헤리트) - 상속개념 ★
background CSS - background 속성 ★ - 배경 일괄 (= background속성 = 백그라운드속성)
background CSS - background-color 속성 ★ - 배경색깔(=배경색상=배경컬러 = background-c…
background CSS - background-image 속성 ★ - 배경이미지 (= background-image속성 = …
background CSS - background-repeat 속성 ★ - 배경이미지 반복 (= 배경반복 = background…
background CSS - background-attachment 속성 - 배경이미지 고정 (= background-atta…
background CSS - background-position 속성 = 배경위치 (= background-position속성…
border CSS - border 속성 ★ - 테두리일괄 (= border속성 = 보더속성) (상속X)
border CSS - border-style 속성 ★ - 테두리모양일괄 (= border-style속성 = 보더스타일속…
border CSS - border-width 속성 - 테두리두께일괄 (= 테두리너비일괄 = border-width속성 …
border CSS - border-color 속성 - 테두리색상일괄 (= 테두리색깔일괄 = border-color속성 …
border CSS - border-top 속성 - 테두리상단일괄 (= border-top속성 = 보더탑속성 / 보더톱속…
border CSS - border-right 속성 - 테두리우측일괄 (= 테두리오른쪽일괄 = border-right속성…
border CSS - border-bottom 속성 - 테두리하단일괄 (= border-bottom속성 = 보더바텀속성…
border CSS - border-left 속성 - 테두리좌측일괄 (= 테두리왼쪽일괄 = border-left속성 = …
3/33
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티
웹유틸
회원센터
홈짱닷컴 PC버전 로그인