CSS

[selector] CSS - :enabled 가상선택자 - 활성화 된 요소 선택 (= 작동가능요소 = 실행가능요소 = :enabled선택자 = 인에이블드선택자) ※ 활성화요소

목차

  1. :enabled 예제 - <input type='text'> 중 비활성화된 요소 선택
  2. :enabled 정의
  3. :enabled 구문
  4. :enabled 예제 - <input> 중 활성화 된 요소 선택

 

:enabled 예제 - <input type='text'> 중 비활성화된 요소 선택

 

<style> 

input[type=text]:enabled {

  background: yellow;

}


input[type=text]:disabled {

  background: silver;

}

</style>


<form action="">

  사이트: <input type="text" value="홈짱닷컴"><br>

  도메인: <input type="text" value="Homzzang.com"><br>

  오픈년도: <input type="text" disabled="disabled" value="2012">

</form>


결과보기

 

:enabled 정의

 

활성화 된 모든 요소 선택. (주로 <form> 태그 안 입력요소에서 사용.)



 

1. cf.
:disabled 가상선택자 - 비활성화 된 요소 선택.

 

2. 

  • IE9 이상 주요 최신 브라우저 모두 지원.
  • CSS버전: CSS3

 

3. MDN :disabled 예제보기

https://developer.mozilla.org/en-US/docs/Web/CSS/:enabled

 

 

:enabled 구문

 

selector:enabled { css declarations; }


PS. selector 없이 단독 사용 시, 모든 활성화 된 요소 선택.

 

:enabled 예제 - <input> 중 활성화 된 요소 선택

 

<style> 

input:enabled {

  background: yellow;

}


input:disabled {

  background: silver;

}

</style>


<form action="">

  사이트: <input type="text" value="홈짱닷컴"><br>

  도메인: <input type="text" value="Homzzang.com"><br>

  오픈년도: <input type="text" disabled="disabled" value="2012"><br>

  패스워드: <input type="password" value="1234" name="password">

</form>

 

결과보기



분류 제목
css CSS - page-break-inside 속성 -
css CSS - paint-order 속성 - SVG 요소나 텍스트 그려지는 순서 지정 (= paint-order…
css CSS - place-content 속성(C) - (flex/grid) 레이아웃에서 (수직정렬/수평정렬) 일…
css CSS - place-items 속성 - 그리드 레이아웃에서 셀 내 아이템 (수직/수평) 정렬 (= plac…
css CSS - place-self 속성 - 그리드셀 내 개별 아이템 (수직/수평) 정렬 (= place-self…
css CSS - quotes 속성 - 인용부호 모양 지정 (= quotes속성 = 쿼트스속성/쿼츠속성)
css CSS - rotate 속성 - 요소 회전 (= rotate속성 = 로테이트속성)
resize CSS - scale 속성 - 요소 크기 변경 (= scale속성 = 스케일속성) ※ 요소 사이즈 ※ 요소 …
scroll CSS - scroll-behavior 속성 ★ - 스크롤박스 내 동일 페이지 링크 이동 시 부드럽게 이동할…
scroll CSS - scroll-margin 속성 - 스크롤마진 일괄 지정 (= scroll-margin속성 = 스크…
scroll CSS - scroll-margin-block 속성 -
scroll CSS - scroll-margin-block-end 속성 -
scroll CSS - scroll-margin-block-start 속성 -
scroll CSS - scroll-margin-bottom 속성 -
scroll CSS - scroll-margin-inline 속성 -
31/33
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티
웹유틸
회원센터
홈짱닷컴 PC버전 로그인