淘宝店铺首页鼠标悬浮下拉图片怎么做的

就是鼠标悬浮在导航栏的小分类上,比如华为nova系列。就出现一张图,里面有该系列下所有手机,价格名称等。点击进去可以跳转页面。鼠标不悬浮下拉页面就消失?称其为下拉页面正确... 就是鼠标悬浮在导航栏的小分类上,比如华为nova系列。就出现一张图,里面有该系列下所有手机,价格名称等。点击进去可以跳转页面。鼠标不悬浮下拉页面就消失? 称其为下拉页面正确吗?怎么实现的?
参考华为天猫旗舰店的女王节装修首页页面。喜欢研究的一起来讨论下哈
展开
 我来答
sddf643
2018-03-19 · TA获得超过1181个赞
知道大有可为答主
回答量:1298
采纳率:87%
帮助的人:162万
展开全部
<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>
追问
不懂代码,一直用的是编辑软件。经过效果也有。我先试下怎么弄吧。感谢你
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式