Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
几天前我注意到,如果一个网站有背景,如果你在 div 上重叠透明 PNG 图像,则 div 背景会消失......也许这只是我的电脑渲染故障,所以我也会附上截图。
用于索引和 css 的 JSbin
你确定你没有两个图像重叠吗?看起来你有一个彩色图像,下面有一个灰度图像。
如果是这样,请删除底部图像。
编辑:对不起,当您悬停时,这似乎是一个图像更改问题。看看改变图像切换到什么
尝试:
body{ background:url('image') no-repeat top left; }
您不应该在 HTML 标签中使用“背景”!!!!!!
html{ background:url('image') no-repeat top left; }