CSS代码鼠标经过图片叠加html+CSS
a{background:url(1.jpg);}a:hover{background:url(2.png);}我要1.jpg在html里面,不放到CSS里面,鼠标经过时...
a{
background:url(1.jpg);
}
a:hover { background:url(2.png);
}
我要1.jpg 在html里面,不放到CSS里面,鼠标经过时图片2.png叠加到1.jpg上,怎么做?
.finch {
width:191px;
height:151px;
display:block;
background-position:0 0;
background-repeat: no-repeat;
}
.finch:hover,.finch:active {
background-position:0 0;
background-repeat: no-repeat;
background:#FF6;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
} 展开
background:url(1.jpg);
}
a:hover { background:url(2.png);
}
我要1.jpg 在html里面,不放到CSS里面,鼠标经过时图片2.png叠加到1.jpg上,怎么做?
.finch {
width:191px;
height:151px;
display:block;
background-position:0 0;
background-repeat: no-repeat;
}
.finch:hover,.finch:active {
background-position:0 0;
background-repeat: no-repeat;
background:#FF6;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询