国外Lightbox v2.03.3 最新版 下载


Posted in Javascript onOctober 17, 2007

下面是官方的描述,好多网站实现的图片展示都用的这个效果,非常不错的效果,简单易用
Support
It doesn't work at all. The image opens up in a new page. What's wrong? 
This is commonly caused by a conflict between scripts. Check your body tag and look for an onload attribute. Example:
<body onload="MM_preloadImages(‘/images/menu_on.gif')…;">
A quick fix to this problem is to append the initLightbox() to the onload attribute as so:
<body onload="MM_preloadImages(‘/images/menu_on.gif')…;initLightbox()">

It doesn't work if I click an image link before the page has finished loading. 
The script is activated only after the page has finished loading. 
The shadow overlay doesn't stretch to cover full browser window. 
Remove the default margin and padding from the body tag. Add body{ margin: 0; padding: 0; } to your stylesheet. 
Can I insert links in the caption? 
Yes, but you need to convert quotes and greater and less than symbols into their html entity equivalents. For example:
<a href="images/image-4.jpg" rel="lightbox" title="<a href="link.html">my link</a>">Image</a> 
Can I display flash, video, or other content using the script? 
Sorry, photos only. For other content, google for Lightbox modifications or try an alternative script such as Cody Lindley's ThickBox. 
Can the script be called from an iframe? 
If you're using iframes, try the Lytebox modification which has better support. 
Can I use the script in a commercial project? 
Yes. It is licensed under the Creative Commons Attribution 2.5 License. A donation would be nice, hint hint. 
Contact
For troubleshooting, feature requests, and general help, post a message in the Lightbox Forum. Make sure to include details on your browser, operating system, Lightbox version, and a link (or relevant code). I do not have time to personally respond to support emails, please use the forum. 

To send me a non-support related note, email me at: lokeshdhakar2007@gmail.com . Thanks.

官方下载

Javascript 相关文章推荐
两个Javascript小tip资料
Nov 23 Javascript
jQuery ready函数滥用分析
Feb 16 Javascript
JavaScript制作简易的微信打飞机
Mar 31 Javascript
JQUERY的AJAX请求缓存里的数据问题处理
Feb 23 Javascript
Laydate时间组件在火狐浏览器下有多时间输入框时只能给第一个输入框赋值的解决方法
Aug 18 Javascript
原生js实现中奖信息无间隙滚动效果
Jan 18 Javascript
Angularjs cookie 操作实例详解
Sep 27 Javascript
浅谈Angular 中何时取消订阅
Nov 22 Javascript
详解IOS微信上Vue单页面应用JSSDK签名失败解决方案
Nov 14 Javascript
js实现简易计算器功能
Oct 18 Javascript
javascript 高级语法之继承的基本使用方法示例
Nov 11 Javascript
关于vue中如何监听数组变化
Apr 28 Vue.js
javascript[js]获取url参数的代码
Oct 17 #Javascript
javascript中的有名函数和无名函数
Oct 17 #Javascript
JS网络游戏-(模拟城市webgame)提供的一些例子下载
Oct 14 #Javascript
表单填写时用回车代替TAB的实现方法
Oct 09 #Javascript
关于 byval 与 byref 的区别分析总结
Oct 08 #Javascript
JavaScript加密解密7种方法总结分析
Oct 07 #Javascript
JavaScript 入门·JavaScript 具有全范围的运算符
Oct 01 #Javascript
You might like
PHP的分页功能
2007/03/21 PHP
供参考的 php 学习提高路线分享
2011/10/23 PHP
编写php应用程序实现摘要式身份验证的方法详解
2013/06/08 PHP
PHP实现活动人选抽奖功能
2017/04/19 PHP
浅谈JavaScript函数节流
2014/12/09 Javascript
jquery的幻灯片图片切换效果代码分享
2015/09/07 Javascript
基于jQuery倾斜打开侧边栏菜单特效代码
2015/09/15 Javascript
Highcharts使用简例及异步动态读取数据
2015/12/30 Javascript
jquery实现简单的遮罩层
2016/01/08 Javascript
Bootstrap 附加导航(Affix)插件实例详解
2016/06/01 Javascript
AngularJS教程 ng-style 指令简单示例
2016/08/03 Javascript
BootStrap学习系列之布局组件(下拉,按钮组[toolbar],上拉)
2017/01/03 Javascript
canvas实现探照灯效果
2017/02/07 Javascript
浅谈JS验证表单文本域输入空格的问题
2017/02/14 Javascript
纯JS实现弹性导航条效果
2017/03/06 Javascript
react-navigation 如何判断用户是否登录跳转到登录页的方法
2017/12/01 Javascript
jquery实现的简单轮播图功能【适合新手】
2018/08/17 jQuery
JavaScript类的继承操作实例总结
2018/12/20 Javascript
Angular6 用户自定义标签开发的实现方法
2019/01/08 Javascript
解决vue单页面应用打包后相对路径、绝对路径相关问题
2020/08/14 Javascript
html5以及jQuery实现本地图片上传前的预览代码实例讲解
2021/03/01 jQuery
对Python进行数据分析_关于Package的安装问题
2017/05/22 Python
Python3实现的判断回文链表算法示例
2019/03/08 Python
简单了解python高阶函数map/reduce
2019/06/28 Python
python中的colorlog库使用详解
2019/07/05 Python
Python scipy的二维图像卷积运算与图像模糊处理操作示例
2019/09/06 Python
python访问hdfs的操作
2020/06/06 Python
HTML5 CSS3新的WEB标准和浏览器支持
2009/07/16 HTML / CSS
美国名牌太阳镜折扣网站:Eyedictive
2017/05/15 全球购物
2014年医药代表工作总结
2014/11/22 职场文书
高中班主任评语
2014/12/30 职场文书
计划生育责任书
2015/05/09 职场文书
2015年酒店销售部工作总结
2015/07/24 职场文书
个人业务学习心得体会
2016/01/25 职场文书
MySQL去除重叠时间求时间差和的实现
2021/08/23 MySQL
详解TypeScript的基础类型
2022/02/18 Javascript