特效介绍

带图片介绍和图片缩略图的jQuery遮罩下拉导航。本插件是html5+css3+jquery写成,所以不兼容IE8及以下浏览器。
使用方法
使用方法:
第一步、在head区域引入<!--引入开始-->和<!--引入结束-->之间的代码。
1 | < link href = "css/template.css" rel = "stylesheet" type = "text/css" /> |
2 | < link href = "css/layout.css" rel = "stylesheet" type = "text/css" /> |
3 | < link href = "css/main.css" rel = "stylesheet" type = "text/css" /> |
4 | < link rel = "stylesheet" media = "screen" href = "js/timelines.css" /> |
5 | < script src = "js/modernizr-1.7.min.js" ></ script > |
6 | < script src = "js/detection.js" ></ script > |
8 | < script src = "js/home-ipad.js" ></ script > |
第二步、在body区域引入<!--代码开始-->和<!--代码结束-->之间的代码。