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

w3pop.com :: 网络学院 :: CSS :: CSS margin-right属性

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS margin-right属性


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

The margin-right property sets the right margin of an element.
margin-right 属性可设置元素的右边际

Note: Negative values are allowed.
注意:可以使用负数

Inherited: No
继承性:无

举例

h1

margin-right: 10px
}

h2

margin-right: -20px
}

可用值

描述
auto The browser sets a right margin
由浏览器设置右边际
length Defines a fixed right margin
定义固定的右边际
% Defines a right margin in % of the total width of the document
以文档总宽度的百分比来定义右边际

评论 (0) All