HTML5技术

html5手机端遮罩弹出菜单代码 - 计划

字号+ 作者:H5之家 来源:H5之家 2016-01-27 10:07 我要评论( )

效果体验: 效果图: 代码如下: jQuery比bootstrap效果还帅的响应式模态窗口插件 - 何问起 [if IE] 13 script src="http://hovertree.com/texiao/html5/4/html5shiv.min.js"/script 显示菜单原文首页特效首页jQueryPHP批量饼图工具关闭菜单 更多特效:

效果体验:
http://hovertree.com/texiao/html5/17/

效果图:

html5菜单

代码如下:

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

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • HTML5 进阶系列:拖放 API 实现拖放排序 - _林鑫

    HTML5 进阶系列:拖放 API 实现拖放排序 - _林鑫

    2017-05-02 11:02

  • HTML5 进阶系列:indexedDB 数据库 - _林鑫

    HTML5 进阶系列:indexedDB 数据库 - _林鑫

    2017-04-27 14:02

  • HTML5 高级系列:web Storage - _林鑫

    HTML5 高级系列:web Storage - _林鑫

    2017-04-27 14:01

  • HTML5和CSS3 - 奔跑在起跑线佼佼者

    HTML5和CSS3 - 奔跑在起跑线佼佼者

    2017-04-20 13:00

网友点评