效果图:
代码如下:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> a{text-decoration: none;} *{margin: 0;padding: 0;box-sizing: border-box;font-family: "微软雅黑";} li{list-style-type: none;} .box{width: 220px;height: 477px;margin-top: 110px;margin-left: 100px;} h3{width: 100%;height: 50px;line-height: 50px;text-align: center;background: #09f;} h3 a{color: #FFFFFF;} h3 a:hover{color: deeppink;} ul li{width: 100%;height: 70px;line-height: 70px;border: 1px solid red;background: #09e;} ul li:not(:last-child){border-bottom: none;} ul li a{display: block;color:#FFFFFF;text-align: center;font-weight: bold;font-size: 18px;} ul li:hover{background: #00E8D7;} ul li:hover a{color: orange;} ul{position: relative;} .content{ position: absolute;top:0;left: 220px; width: 800px;height: 300px; border: 1px solid #00FF66; display: none; } </style> </head> <body> <p style="margin: 20px;"> end():结束当前链条中最近的筛选操作,并将匹配元素还原为之前的匹配状态。 </p> <div class="box"> <h3><a href="" target=" rel="external nofollow" _blank">全部菜单</a></h3> <ul> <li> <a href="">一级导航</a> <div class="content"> 11111111111111111111111111 </div> </li> <li> <a href="">一级导航</a> <div class="content"> 22222222222222222222222222 </div> </li> <li> <a href="">一级导航</a> <div class="content"> 33333333333333333333333333333 </div> </li> <li> <a href="">一级导航</a> <div class="content"> 44444444444444444444 </div> </li> <li> <a href="">一级导航</a> <div class="content"> 5555555555555555555555555555 </div> </li> <li> <a href="">一级导航</a> <div class="content"> 6666666666666666666666666666666666 </div> </li> </ul> </div> </body> </html> <script src="/UploadFiles/2021-04-02/jquery.min.js">以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,同时也希望多多支持!
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“js实现二级导航功能”评论...