我的背景圖片導航欄未正確顯示。如果您注意到,導航欄的漸變無法正確顯示。上半部分應該是淺灰色,下半部分應該是深灰色。當頁面第一次加載時,您可以看到它出現,但隨後它全部變灰並失去漸變效果。背景圖片未顯示正確
我的站點是usahvacsupply.com,我剛剛編輯了我的背景圖像,以便更大,以適應1600寬度的分辨率。這是我的背景圖片http://tinypic.com/view.php?pic=20ge8nl&s=5的圖片。任何幫助將非常感激。
這是我的背景的CSS代碼。
html, body{
margin: auto;
background-image:url('/images/Testing1/bg2.jpg');
background-repeat: no-repeat;
background-position:top center;
-moz-background-size:100% 100%;
-webkit-background-size:100% 100%;
background-size:100% 100%;
min-width:1600px;
min-height:1400px;
top: 0;
left: 0;
}
謝謝rubelet,這似乎工作! – icemanphd 2013-05-08 14:50:14