반응형
ui-state-default | default |
ui-state-hover |
mouse hover |
ui-state-focus |
초점이 맞춰진 상태 |
ui-state-active |
강조 표시 |
ui-state-error | 에러 |
ui-state-disabled |
사용할 수 없는 상태 |
ui-helper-hidden | 보이지 않게 만듦(display 속성 조작) |
ui-helper-hidden-accessible | 보이지 않게 만듦(clip 속성 조작) |
ui-helper-reset | 스타일 초기화(margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none, font-size: 100%; list-style: none;) |
ui-helper-clearfix |
float 속성을 적용한 객체를 감싸는 객체에 사용 |
ui-helper-zfix |
float 속성을 적용한 객체를 감싸는 객체에 사용 |
ui-helper-zfix |
iframe 태그가 화면을 꽉 채우게 만듦 |
ui-icon |
icon 지정(ui-icon 을 먼저 지정하고 이름을 지정) |
728x90
반응형
'웹 개발' 카테고리의 다른 글
ECMAScript 5 객체 생성 (0) | 2019.08.17 |
---|---|
html/css - table 구조에서 열(column)단위로 숨기기 (2) | 2019.08.17 |
web page performance (0) | 2019.08.16 |
DIV 안의 객체를 세로 가운데 정렬 (0) | 2019.08.16 |
script 태그의 async와 defer 속성 (0) | 2019.08.16 |