background-position-x - CSS(层叠样式表) 编辑

概要

background-position-x CSS 属性设置水平方向的位置,与每个背景图片等位置层设置属性 background-origin相关。更多信息请查看background-position属性,这个用的比较普遍。

注意:这个属性的值会被后面声明的属性覆盖掉,如backgroundbackground-position等简写的属性。
初始值left
适用元素all elements
是否是继承属性
Percentagesrefer to width of background positioning area minus height of background image
计算值A list, each item consisting of: an offset given as a combination of an absolute length and a percentage, plus an origin keyword
Animation typediscrete

语法

/* Keyword values */
background-position-x: left;
background-position-x: center;
background-position-x: right;

/* <percentage> values */
background-position-x: 25%;

/* <length> values */
background-position-x: 0px;
background-position-x: 1cm;
background-position-x: 8em;

/* side-relative values */
background-position-x: right 3px;
background-position-x: left 25%;

/* Multiple values */
background-position-x: 0px, center;

/* Global values */
background-position-x: inherit;
background-position-x: initial;
background-position-x: unset;

left
在位置层上相对于左边的位置。
center
在位置层上相对于中间点的位置。
right
在位置层上相对于右边的位置。
<length>
<length>值是定义相对于位置层边缘的距离,边缘默认为左边。
<percentage>
<percentage>值是定义相对于位置层边缘的距离百分比,边缘默认为左边。

正规语法

[ center | [ [ left | right | x-start | x-end ]? <length-percentage>? ]! ]#

where
<length-percentage> = <length> | <percentage>

说明

SpecificationStatusComment
CSS Backgrounds and Borders Module Level 4
background-position-x
Editor's DraftInitial specification of longhand sub properties of background-position  to match longstanding implementations.

兼容性

No compatibility data found. Please contribute data for "css/properties/background-position-x" (depth: background-position-x) to the MDN compatibility data repository.

更多

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:136 次

字数:9363

最后编辑:7 年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文