最新赞助活动温馨提示:自愿赞助服务器费用,学生和没有工作的整站资源免费下载!
头像

HTML5手机端弹出遮罩菜单特效代码_html5教程技巧-H5教程

来源:http://erdangjiade.com/topic/134595.html H5程序员 2017-10-19 10:30浏览(84)

效果图如下所示:

代码如下:

XML/HTML Code复制内容到剪贴板

  1. <!doctype html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=">
  6. <meta name="viewport" content="width=device-width, initial-scale=.">
  7. <title>jQuery比bootstrap效果还帅的响应式模态窗口插件 - 何问起</title><base target="_blank" />
  8. <link rel="stylesheet" href="http://hovertree.com/texiao/html//reset.css"> <!-- CSS reset -->
  9. <link rel="stylesheet" href="http://hovertree.com/texiao/html//style.css"> <!-- Resource style -->
  10. <!--[if IE]>
  11. <script src="http://hovertree.com/texiao/html//htmlshiv.min.js"></script>
  12. <![endif]-->
  13. </head>
  14. <body>
  15. <p class="sucaihuo-container">
  16. <section class="cd-section">
  17. <a class="cd-bouncy-nav-trigger" href="javascript:;" target="_self">显示菜单</a>
  18. </section>
  19. <p><a href="http://hovertree.com/h/bjaf/menulayer.htm">原文</a> <a href="http://hovertree.com/">首页</a> <a href="http://hovertree.com/texiao/">特效</a> <a href="http://hovertree.com/texiao/keleyi/">向上弹出菜单</a>
  20. </p>
  21. <p class="cd-bouncy-nav-modal">
  22. <nav>
  23. <ul class="cd-bouncy-nav">
  24. <li><a href="http://hovertree.com/">首页</a></li>
  25. <li><a href="http://hovertree.com/menu/jquery/">jQuery</a></li>
  26. <li><a href="http://hovertree.com/menu/php/">PHP</a></li>
  27. <li><a href="http://hovertree.com/h/bjaf/hovertreebatch.htm">批量</a></li>
  28. <li><a href="http://hovertree.com/texiao/easysector/">饼图</a></li>
  29. <li><a href="http://tool.hovertree.com/">工具</a></li>
  30. </ul>
  31. </nav>
  32. <a href="#" class="cd-close" target="_self">关闭菜单</a>
  33. </p>
  34. </p>
  35. <script src="http://hovertree.com/ziyuan/jquery/jquery-...min.js"></script>
  36. <script src="http://hovertree.com/texiao/html//main.js"></script> <!-- Resource jQuery -->
  37. </body>
  38. </html>

以上代码是小编给大家分享的HTML5手机端弹出遮罩菜单特效代码,希望对大家有所帮助。

评论0
头像

友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群

1 2