网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: CSS :: CSS max-width属性

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS max-width属性


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:2317 :: ::

The max-width property sets the maximum width of an element.
max-width属性可设置一元素的最大宽度。

Inherited: No

Example
举例

h2
{
max-width: 500px
}

Possible Values
可用值

Value 描述
none Defines no limit on the maximum width allowed for the element
元素在最大宽度上没有限制
length Defines a maximum width for the element
定义元素的最大宽度
% Defines the maximum width for the element in % of the containing block
以容器区为基准按百分比来定义元素的最大宽度

评论 (0) All