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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS min-height属性


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

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

Inherited: No
继承性:无

举例

p
{
min-height: 10px
}

可用值

描述
length Defines a minimum height for the element
定义元素的最小高度
% Defines the minimum height for the element in % of the containing block
以所占容器区域的百分比数来定义元素的高度

评论 (0) All