完美的背景圖全屏css代碼 – background-size:cover?

html部分      <div class="bg"></div>css

css部分html

.bg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: url(bg.jpg) no-repeat #000;background-size: cover;z-index: -1;}ui

若是圖片寬度沒有達到1900px以上,我會加上ie的濾鏡來支持ie8url

  1. -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://huilang.me/bg.jpg', sizingMethod='scale')";
  2. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://huilang.me/bg.jpg', sizingMethod='scale');
相關文章
相關標籤/搜索