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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS min-width属性


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

The min-width property sets the minimum width of an element.
min-width 属性可设置元素的最小宽度

Inherited: No
继承性:无

举例

h2
{
min-width: 50px
}

可用值

描述
length Defines a minimum width for the element
定义元素的最小宽度
% Defines the minimum width for the element in % of the containing block
定义元素的高度在所在容器的多少百分比

评论 (0) All