在我的網站這是在背景圖片幻燈片放映工作。但我需要爲身體也一樣。誰能幫我?如何在瀏覽器窗口重新調整大小時調整網頁大小?
.cb-slideshow li span {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
color: transparent;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
opacity: 0;
z-index: 0;
-webkit-backface-visibility: hidden;
-webkit-animation: imageAnimation 36s linear infinite 0s;
-moz-animation: imageAnimation 36s linear infinite 0s;
-o-animation: imageAnimation 36s linear infinite 0s;
-ms-animation: imageAnimation 36s linear infinite 0s;
animation: imageAnimation 36s linear infinite 0s;
}
我不敢說我不知道你在找什麼。你能澄清你需要什麼嗎? – DACrosby 2013-03-27 06:40:29