码迷,mamicode.com
首页 > Web开发 > 详细

html背景图片大小控制

时间:2014-12-15 15:18:05      阅读:438      评论:0      收藏:0      [点我收藏+]

标签:on   html   size   htm   ht   图片   c   元素   扩展   

 背景图尺寸(数值表示方式):

  #background-size{

  background-size:200px 100px;

  }

背景图尺寸(百分比表示方式):

  #background-size{

  background-size:30% 60%;

  }

背景图尺寸(等比扩展图片来填满元素,即cover值):

  #background-size{

  background-size:cover;

  }

背景图尺寸(等比缩小图片来适应元素的尺寸,即contain值):

  #background-size{

  background-size:contain;

  }

背景图尺寸(以图片自身大小来填充元素,即auto值):

  #background-size{

  background-size:auto;

  }

html背景图片大小控制

标签:on   html   size   htm   ht   图片   c   元素   扩展   

原文地址:http://www.cnblogs.com/Mohf/p/4164787.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!