更多>
最新下载
jQuery旋转预览画廊效果
一款jQuery实现的旋转预览画廊效果。当鼠标悬停图片上时,用旋转放大的效果预览图片。适用浏览器:IE8+、FireFox、Chrome、Safari、Opera。
0
2026-02-28
24小时阅读排行榜
- 1 Python 线程池 ThreadPoolExecutor 使用技巧
- 2 HTML表单如何设置标签_HTML表单设置标签方法【指南】
- 3 PySpark 中基于时间区间关联求平均值的完整实现教程
- 4 php8.5使用null作为数组下标报错_php8.5废弃null数组索引解决方案
- 5 php如何使用set_error_handler_php使用set_error_handler方法【技巧】
- 6 HTML如何创建文档的容器元素_HTML创建文档容器元素方法【方法】
- 7 Bootstrap 表单提交按钮触发模态框失效的解决方案
- 8 解决 inline-block 元素因空白字符导致的像素级布局偏差问题
- 9 JavaScript 中按时间顺序对单层时间序列 JSON 对象进行降序排序
- 10 Python 网络爬虫效率提升技巧
- 11 如何在 MovieDB 项目中仅显示美国地区 TV 剧集
- 12 在 Go 中通过结构体类型获取 reflect.Type 并动态构造其切片类型
- 13 SQL 并发查询性能调优实践方法
- 14 SQL CAST 与 CONVERT 类型转换方法实战
- 15 Bootstrap 表单提交按钮触发模态框闪退问题的解决方案
更多>
最新教程
-
- Node.js 教程
- 17920 2025-08-28
-
- CSS3 教程
- 1551868 2025-08-27
-
- Rust 教程
- 24983 2025-08-27
-
- Vue 教程
- 26895 2025-08-22
-
- PostgreSQL 教程
- 23312 2025-08-21
-
- Git 教程
- 10173 2025-08-21
jQuery的宽屏手风琴图片滑动展示特效
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery的宽屏手风琴图片滑动展示特效</title>
<style type="text/css">
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
.fold_wrap{width:100%;height:540px;margin:40px auto 0 auto;overflow:hidden;}
.fold_wrap li{float:left;width:25%;height:540px;position:relative;overflow:hidden;cursor:pointer;}
.fold_wrap li .mask_b{position:absolute;overflow:hidden;width:100%;height:100%;right:0px;top:0px; text-align:right;background:rgba(0,0,0,.3);_background:#B2B2B2;}
.fold_wrap li.active .mask_b{background:none;}
.fold_wrap li .mask_b h4{color:#fff;width:100%;margin:0 auto;display:block;font:30px/30px Microsoft Yahei;position:relative; right:40px; padding-top:30px;}
.fold_wrap li.big{width:875px;}
.i_how_n1{ top:370px;}
.pic_auto{width:100%;height:100%;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery的宽屏手风琴图片滑动展示特效</title>
<style type="text/css">
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
.fold_wrap{width:100%;height:540px;margin:40px auto 0 auto;overflow:hidden;}
.fold_wrap li{float:left;width:25%;height:540px;position:relative;overflow:hidden;cursor:pointer;}
.fold_wrap li .mask_b{position:absolute;overflow:hidden;width:100%;height:100%;right:0px;top:0px; text-align:right;background:rgba(0,0,0,.3);_background:#B2B2B2;}
.fold_wrap li.active .mask_b{background:none;}
.fold_wrap li .mask_b h4{color:#fff;width:100%;margin:0 auto;display:block;font:30px/30px Microsoft Yahei;position:relative; right:40px; padding-top:30px;}
.fold_wrap li.big{width:875px;}
.i_how_n1{ top:370px;}
.pic_auto{width:100%;height:100%;}
</style>
这是一个jQuery的宽屏手风琴图片滑动展示特效,需要的朋友可以下载使用
本站所有资源都是由网友投搞发布,或转载各大下载站,请自行检测软件的完整性!本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!如有侵权请联系我们删除下架,联系方式:admin@php.cn
