1. 程式人生 > >自動適應背景圖片

自動適應背景圖片

over -o center 100% images kit dex fixed 背景圖

#web_bg{
position:fixed;
top: 0;
left: 0;
width:100%;
height:100%;
min-width: 1000px;
z-index:-10;
zoom: 1;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position: center 0;
}

<div id="web_bg" style="background-image: url(images/1.jpg);"></div>

自動適應背景圖片