当前位置导航:炫浪网>>网络学院>>网页制作>>HTML与CSS教程

CSS背景定位属性详解

  你对CSS中background-position属性的使用是否了解,这里和大家分享一下,该属性定位不受对象的补丁属性(padding)设置影响。默认值为:0%0%,此时背景图片将被定位于对象不包括补丁(padding)的内容区域的左上角。

  CSS中background-position属性说明

  设置或检索对象的背景图像位置。必须先指定background-image属性。该属性定位不受对象的补丁属性(padding)设置影响。默认值为:0%0%。此时背景图片将被定位于对象不包括补丁(padding)的内容区域的左上角。

  如果只指定了一个值,该值将用于横坐标。纵坐标将默认为50%。如果指定了两个值,第二个值将用于纵坐标。如果设置值为rightcenter,因为right作为横坐标值将会覆盖center值,所以背景图片将被居右定位。

  对应的脚本特性为background Position。

  语法:

  background-position:length||length

  background-position:position||position

  取值:

  length:百分数|由浮点数字和单位标识符组成的长度值。

  position:top|center|bottom|left|center|right

  background-position--定义背景图片的位置

  取值:

 

  1. [<percentage>|<length>|left|center|right][<percentage>|<length>|top|center|bottom]]  
  2. *水平  
  3. left:左  
  4. center:中  
  5. right:右  
  6. *垂直  
  7. top:上  
  8. center:中  
  9. bottom:下  
  10. *垂直与水平的组合  
  11. x-%y-%  
  12. x-posy-pos  
  13.  
  14. 初始值:0%0%  
  15. 继承性:否  
  16. 适用于:所有元素  
  17.  
  18. background:背景.position:位置.  
  19.  

 

炫 浪 学 院
相关内容
赞助商链接