我的背景图像导航栏显示不正确。如果您注意到,导航栏的渐变不会正确显示。上半部分应该是浅灰色,下半部分应该是深灰色。当页面首次加载时,您可以看到它出现,但随后它全部变灰并失去渐变外观。
我的网站是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;
}