Toggle navigation
首页
头条
AI头条
科技资讯
互联网资讯
下载
博客
会员
中心
会员中心
发布资讯
发布博文
发布资源
首页
文章中心
JavaScript
js 淘宝首页的拼音排序效果
300 阅读
0 评论
198 点赞
我是
靠谱客
的博主
还单身煎饼
,这篇文章主要介绍
js 淘宝首页的拼音排序效果
,现在分享给大家,希望可以做个参考。
<!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=gb2312" /> <title>无标题文档</title> <style type="text/css"> dl,dd,dt { margin:0; padding:0; } #qq { width:600px; overflow:hidden; height:500px; margin:0 auto; background:#fafafa; padding:15px; } #qq span { display:block; width:80px; height:25px; line-height:25px; float:left; } dl { width:500px; line-height:25px; overflow:hidden; height:200px; padding-left:1px; position:relative; } dd { float:left; border-left:1px solid #ccc; margin-left:-1px; padding:1px 5px 0; display:inline;/*format ie6 双倍边距*/ } dt { width:99%; height:100px; border:1px solid #f00; position:absolute; left:0; top:26px; } dd a{display:block;padding:1px 5px 0 5px;font-weight:bold;} .first {border:0 none;margin-left:0;} .qq { border:1px solid #f00; border-bottom:0 none; z-index:20; padding:0 4px 0 5px; position:relative; margin-left:-1px; background:#fff; } dd:hover dt {display:block;} </style> </head> <body> <div id="qq"> <span class="title">音序</span> <dl> <dd class="first" id="aa" onmousemove="this.className=this.className+' qq';ww('aa')" onmouseout="this.className='first';mm()">abc</dd> <dd id="bb" onmousemove="this.className=this.className+' qq';ww('bb');" onmouseout="this.className='';mm()">ghi</dd> <dd id="ff" onmousemove="this.className=this.className+' qq';ww('ff');" onmouseout="this.className='';mm()">xyz</dd> <dd id="dd" onmousemove="this.className=this.className+' qq';ww('dd');" onmouseout="this.className='';mm()">klu</dd> <dd id="ee" onmousemove="this.className=this.className+' qq';ww('ee');" onmouseout="this.className='';mm()">vbm</dd> <dt id="cc" style="display:none;"></dt> </dl> </div> </body> </html>
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
最后
以上就是
还单身煎饼
最近收集整理的关于
js 淘宝首页的拼音排序效果
的全部内容,更多相关
js
内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(
198
)
微信扫一扫:分享
微信里点“发现”,扫一下
二维码便可将本文分享至朋友圈。
本文分类:
JavaScript
浏览次数:
300
次浏览
发布日期:2022-04-23 13:55:02
本文链接:
https://www.kaopuke.com/article/k-p-k_14_u_7_o_2_f3_14__7__10_x.html
相关文章
WINDOWS SERVER 2008远程桌面端口修改方法
windows7中把ISO文件轻松刻录成光盘的方法(图文教程)
Dreamweaver建立的站点怎么更改图像的默认文件夹位置?
微软正发布6月安全更新:2个严重漏洞
js 淘宝首页的拼音排序效果
根据user-agent判断蜘蛛代码黑帽跳转代码(js版与php版本)
Yii控制器中filter过滤器用法分析
淘宝卖家需要了解的淘宝客流量分析技巧
评论列表
共有
0
条评论
发表评论
取消回复
登录
注册新账号
立即
投稿
微信扫一扫:分享
微信里点“发现”,扫一下
二维码便可将本文分享至朋友圈。
返回
顶部
发表评论 取消回复