dreamweavercs6吧 关注:120贴子:190
  • 0回复贴,共1

哪位大神帮我修改一下这段遮罩代码?谢谢

只看楼主收藏回复

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
.userlayout{width:100%;}
.userlayout a{float:left;}
.userlayout img{border:none;}
.userlayout item{position:relative;width:1920px;height:1080px;}
.userlayout item.imgover{position:absolute;loft:0;top:0;opacity:0; transition:all .2s; filter:alpha(opacity=0)}
.userlayout item.imgover:hover{position:absolute;loft:0;top:8px;opacity:1; filter:alpha(opacity=100)}
</style>
</head>
<body>
<div class="userlayout">
<a href="链接" target="_blank">
<div class="item">
<img src="图片"/>
<img class="imgover" src="图片1"/>
</div>
</a>
</div>
</body>
</html>


IP属地:山东1楼2018-04-19 16:38回复