淘宝店铺首页鼠标悬浮下拉图片怎么做的
就是鼠标悬浮在导航栏的小分类上,比如华为nova系列。就出现一张图,里面有该系列下所有手机,价格名称等。点击进去可以跳转页面。鼠标不悬浮下拉页面就消失?称其为下拉页面正确...
就是鼠标悬浮在导航栏的小分类上,比如华为nova系列。就出现一张图,里面有该系列下所有手机,价格名称等。点击进去可以跳转页面。鼠标不悬浮下拉页面就消失? 称其为下拉页面正确吗?怎么实现的?
参考华为天猫旗舰店的女王节装修首页页面。喜欢研究的一起来讨论下哈 展开
参考华为天猫旗舰店的女王节装修首页页面。喜欢研究的一起来讨论下哈 展开
展开全部
<title>鼠标经过效果</title>
</head>
<body>
<style type="text/css">
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 1px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 55px; /*position where enlarged image should offset horizontally */
}
</style>
<a class="thumbnail" href=链接>文字在这呢 <span><img src="图片地址" alt="图片在这" width="110" border="0"></span></a>
</body>
</html>
</head>
<body>
<style type="text/css">
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 1px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 55px; /*position where enlarged image should offset horizontally */
}
</style>
<a class="thumbnail" href=链接>文字在这呢 <span><img src="图片地址" alt="图片在这" width="110" border="0"></span></a>
</body>
</html>
追问
不懂代码,一直用的是编辑软件。经过效果也有。我先试下怎么弄吧。感谢你
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询