本文实例为大家分享了JS实现京东商品分类侧边栏的具体代码,供大家参考,具体内容如下
HTML代码部分
- 京东秒杀
- 欢迎
- 特色优选
- 频道广场
- 为你推荐
- 客服
- 反馈
CSS部分
* { margin: 0; padding: 0; } a { text-decoration: none; color: #000; } div { width: 100%; } img { margin-left: 300px; display: block; margin: 0 auto; } ul { position: absolute; display: none; top: 350px; left: 1700px; width: 60px; height: 400px; border: 1px solid red; box-sizing: border-box; } ul li { width: 100%; height: 57px; list-style: none; text-align: center; float: right; padding: 5px 10px; line-height: 26px; text-align: center; float: left; box-sizing: border-box; border-bottom: 1px solid #eee; } li:hover { background-color: red; } li:hover a { color: white; } .two { line-height: 52px; }
JS部分
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持考高分网。



