[CSS] input style 정리.

Web/Basic 2011. 9. 16. 10:48 Posted by Request
1)ime-mode:disabled  : 영문자만 입력 가능하도록 설정

  • auto : 기존값
  • normal   : 기본값
  • active     : 활성화, IME 기본 설정 언어(한글로 되어 있으면 한글)로 입력 됨.
  • inactive  : 비활성화, 영문이 기본으로 입력됨.
  • disabled : 한/영 전환키를 사용해도 영문으로만 입력됨.

<input type="text" style="ime-mode:disabled">


2)onfocus="this.blur()"
사용으로 키보드 이동시 포커스 불가능