w3schools
编辑器
CSS 属性:
resize:
both
horizontal
vertical
none
initial
结果:
Change the resize property and try resizing this DIV element.
CSS 代码:
#myDIV {
resize:
vertical
;
overflow:auto;
}
单击上面的属性值可查看结果
W3Schools.cn
- 测试工具