问答详情
源自:3-14 编程练习

background-position

background-position属性是如何实现不同列表项显示不同的背景图片的?原理是什么呢

提问者:YDJS 2015-07-31 19:24

个回答

  • Yvonne_D
    2015-10-15 14:25:11

    Explain:The first value is the horizontal position and the second value is the vertical. The top left corner is 0 0. Units can be pixels (0px 0px) or any other CSS units. If you only specify one value, the other value will be 50%. You can mix % and positions.

    也就是两个值分别代表水平位置和垂直位置。也可以直接用英文,例如bottom,top等代替,可以找到图片需要选取的具体位置。

  • echo_kinchao
    2015-08-01 20:26:16

    遮罩原理