css背景图根据屏幕大小自动缩放
生活随笔
收集整理的這篇文章主要介紹了
css背景图根据屏幕大小自动缩放
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
css背景圖根據屏幕大小自動縮放
代碼:
| 1 2 3 4 5 6 7 8 9 10 | <style> html,body{margin:0px;padding:0px;} #background { position: fixed;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;background-color: #211f1f; display:none\8;} #background .bg-photo {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: none;overflow: hidden;-webkit-background-size: cover !important;-moz-background-size: cover !important;-o-background-size: cover !important;background-size: cover !important;} #background .bg-photo-1 {? url(1.jpg ) no-repeat center center;} #background-ie { position: fixed;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;background-color: #211f1f;} </style> <div?id="background"> ????<div?class="bg-photo bg-photo-1"?style="display: block;"></div> </div> |
演示樣例:http://t.163.com/session
? ? ? 本文轉自許琴 51CTO博客,原文鏈接:http://blog.51cto.com/xuqin/1256133,如需轉載請自行聯系原作者
總結
以上是生活随笔為你收集整理的css背景图根据屏幕大小自动缩放的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: dig命令实战
- 下一篇: 解决针对ubuntu11.04安装中文包