给背景图片设置一个默认背景颜色,有以下两种方法:
<style> .bg1{ background:url(http://debug.itxst.com/img/logo.png) red no-repeat; height:80px;1000%; } .bg2{ background:url(http://debug.itxst.com/img/logo.png) no-repeat; height:80px;1000%; background-color:red; } </style> <div class="bg1"> </div> <div class="bg2"> </div>