background-positionY
- 属性清单
- background-positionY
版本:IE5.5+专有属性 继承性:无
语法:
- background-positionY : length | top | center | bottom
参数:
- length : 百分数 | 由浮点数字和单位标识符组成的长度值。请参阅长度单位
top : 居顶
center : 居中
bottom : 居底
说明:
示例:
p { background-image: url("images/aardvark.gif"); background-positionY: 35%; background-repeat:no-repeat; }
效果