web299.com
全部
教育
语言/资格考试
法律
互联网
政务民生
Word模板
Excel模板
PPT模板
网页特效
小程序模板
网站模板
首页
教育
语言/资格考试
法律
互联网
政务民生
Word模板
Excel模板
PPT模板
网页特效
小程序模板
网站模板
当前位置:
首页
>
网页特效
>
按钮特效
jQuery下载按钮滑动显示文件大小
分类:
按钮特效
日期:
2024-05-14
点击(0)
评论(0)
演 示
免费下载
简介
这是一款很实用的jQuery下载按钮插件。 ##### HTML ```html
Download Now!
Exe
7.27 MB
``` ##### CSS 插件中按钮的渐变是使用Colorzilla制作的,使用Colorzilla制作的渐变代码将能够兼容所有的浏览器。 ```html .buttonWrap{width:170px; height:80px; display:block;} .toggleButton{ display:block; width:170px; height:30px; padding:10px 0 0 0; text-size:24px; font-family:arial, sans-serif; font-weight:bold; text-align:center; color:#FFF; text-decoration:none; border-radius:7px; cursor:pointer; border:1px solid #05ABE0; text-shadow:-1px -1px 0px #05ABE0; background: #87E0FD; background: -moz-linear-gradient(top, #87E0FD 0%, #53CBF1 40%, #05ABE0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87E0FD), color-stop(40%,#53CBF1), color-stop(100%,#05ABE0)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87E0FD', endColorstr='#05ABE0',GradientType=0 ); } .toggleButton:active{ background: #87e0fd; background: -moz-linear-gradient(top, #05ABE0 0%, #53CBF1 40%, #87E0FD 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05ABE0), color-stop(40%,#53CBF1), color-stop(100%,#87E0FD)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05ABE0', endColorstr='#87E0FD',GradientType=0 ); } a.toggleSection{ display:none; color:#333; background:#EEE url(icon-dl.png) no-repeat 5px center; border-left:1px solid #DDD; border-right:1px solid #DDD; border-bottom:1px solid #DDD; border-radius:0 0 5px 5px; width:60px; float:right; padding:5px 5px 5px 40px; margin:0 10px 0 0; font-family:arial, sans-serif; font-size:12px; text-decoration:none; } a.toggleSection span{font-weight:bold; display:block;} ``` #### 调用插件 ------------ 首先要引入jQuery ```javascript ``` 调用代码 ```javascript $(document).ready(function() { $('.buttonWrap').click(function() { if ($('.toggleSection').is(":hidden")) { $('.toggleSection').slideDown("slow"); } else { $('.toggleSection').slideUp("slow"); } return false; }); }); ```
相关推荐
html5浪漫粒子表白文字特效
SlidesJS幻灯片特效
html5瀑布流相册特效
css3 svg实现的情人节表白鲜花动画特效
t-scroll.js基于ES6的DOM元素,过渡动画库插件
纯js写省市区三级联动效果
广告
广告