- CSS3
- 다음에는 적용되지 않음.
- display: inline;
- overflow: visible;
div {
resize: both;
overflow: auto;
}
div {
resize: vertical;
overflow: auto;
}
Value | Description |
---|---|
none | default. 크기 조절 불가 |
both | width & height 모두 조절 |
horizontal | width 조절 |
vertical | height 조절 |
initial | 기본값으로 설정 |
inherit | 부모 속성을 상속 |