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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS line-height属性


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

The line-height property sets the distance between lines.
line-height属性可以设置行与行之间的距离

Note: Negative values are not allowed.
注意:不可使用否定值

Inherited: Yes
继承性:有

Example
举例

p

line-height: 1.4
}

p

line-height: 14pt

p

line-height: 140%
}  

Possible Values
可用的值

Value 描述
normal Sets a reasonable distance between lines
设置一合理的行间距离
number Sets a number that will be multiplied with the current font-size to set the distance between the lines
设置数字在当前文字大小的基础上再做增加来设置行距
length Sets a fixed distance between the lines
设置固定的行间距离
% Sets a distance between the lines in % of the current font size
按当前文字大小来以百分比来设置行间距离

评论 (5) 1 All