css background-positionY


说明:


设置或检索对象的背景图像纵坐标位置。必须先指定background-image属性。默认值为:0%
该属性定位不受对象的补丁属性(padding)设置影响。
对应的脚本特性为backgroundPositionY。请参阅我编写的其他书目。
语法:

background-positionY : length | top | center | bottom

参数:

length : 百分数 | 由浮点数字和单位标识符组成的长度值。请参阅长度单位
top : 居顶
center : 居中
bottom : 居底

示例:

p { background-image: url("images/aardvark.gif"); background-positionY: 35%; background-repeat:no-repeat; }

分类css背景Background相关推荐:

css Background属性 css background背景的使用 css background-attachment css background-color背景颜色 css background-image背景图片 css background-position背景位置 css background-positionX css background-positionY css background-repeat css layer-background-color css layer-background-image