下面有更多 "亲自试一试" 示例。
这个resize
属性定义用户是否(以及如何)调整元素的大小。
笔记:这个resize
属性不适用于内联元素或溢出="visible"的块元素。因此,请确保溢出设置为 "scroll"、"auto" 或 "hidden"。
表中的数字指定完全支持该属性的第一个浏览器版本。
后跟 -moz- 的数字指定使用前缀的第一个版本。
Property | |||||
---|---|---|---|---|---|
resize | 4.0 | 79.0 | 5.0 4.0 -moz- |
4.0 | 15.0 |
resize: none|both|horizontal|vertical|initial|inherit;
Value | Description | Demo |
---|---|---|
none | Default value. The user cannot resize the element | Play it » |
both | The user can resize both the height and width of the element | Play it » |
horizontal | The user can resize the width of the element | Play it » |
vertical | The user can resize the height of the element | Play it » |
initial | Sets this property to its default value. Read about initial | Play it » |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 用户界面
HTML DOM 参考:调整属性大小
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!