.mysql {
background-image: url(../images/pic/mysql.jpg);
height: 250px;
width: 425px;
}
在chrome中显示正常,在IE中显示默认的背景颜 {MOD}。排除路径问题
Google发现要将背景颜 {MOD}改为透明.mysql {
background-image: url(../images/pic/mysql.jpg);
background-color:Transparent;
height: 250px;
width: 425px;
}
发现还是无效。