日期:2014-05-16  浏览次数:20561 次

<body>的background-image和background-color层次问题
body {
background-image:url(pics/bg.png);
background-repeat:repeat;
background-color:#069;
}

<body>设置成这样,但背景颜色总是会覆盖在背景图片上,怎么能让背景图片在背景颜色上从而不受背景颜色影响?

------解决方案--------------------
你的背景图片是png格式的,不要告诉我,撒是png这个你不懂