国外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 事件冒泡简介及应用
Jan 11 Javascript
解析JavaScript中instanceof对于不同的构造器或许都返回true
Dec 03 Javascript
JavaScript四种调用模式和this示例介绍
Jan 02 Javascript
js运动应用实例解析
Dec 28 Javascript
实例讲解jQuery EasyUI tree中state属性慎用
Apr 01 Javascript
jQuery实现磁力图片跟随效果完整示例
Sep 16 Javascript
easyui中combotree循环获取父节点至根节点并输出路径实现方法
Nov 10 Javascript
Vue.JS入门教程之列表渲染
Dec 01 Javascript
js代码延迟一定时间后执行一个函数的实例
Feb 15 Javascript
vue中$refs的用法及作用详解
Apr 24 Javascript
浅谈Vue 数据响应式原理
May 07 Javascript
JavaScript如何实现图片处理与合成
May 29 Javascript
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 操作excel文件的方法小结
2009/12/31 PHP
jQuery判断一个元素是否可见的方法
2015/06/05 Javascript
domReady的实现案例
2016/11/23 Javascript
微信小程序 picker 组件详解及简单实例
2017/01/10 Javascript
Bootstrap表单控件学习使用
2017/03/07 Javascript
基于ExtJs在页面上window再调用Window的事件处理方法
2017/07/26 Javascript
去掉vue 中的代码规范检测两种方法(Eslint验证)
2018/03/21 Javascript
使用webpack搭建react开发环境的方法
2018/05/15 Javascript
说说如何在Vue.js中实现数字输入组件的方法
2019/01/08 Javascript
vue基础之事件v-onclick=&quot;函数&quot;用法示例
2019/03/11 Javascript
微信小程序开发之左右分栏效果的实例代码
2019/05/20 Javascript
解决layer弹出层自适应页面大小的问题
2019/09/16 Javascript
layui lay-verify form表单自定义验证规则详解
2019/09/18 Javascript
python网络爬虫采集联想词示例
2014/02/11 Python
Python中的闭包详细介绍和实例
2014/11/21 Python
分析python切片原理和方法
2017/12/19 Python
python 除法保留两位小数点的方法
2018/07/16 Python
Sanic框架应用部署方法详解
2018/07/18 Python
python DataFrame转dict字典过程详解
2019/12/26 Python
python如何通过twisted搭建socket服务
2020/02/03 Python
拿来就用!Python批量合并PDF的示例代码
2020/08/10 Python
CSS3提交意见输入框样式代码
2014/10/30 HTML / CSS
HTML5中的音频和视频媒体播放元素小结
2016/01/29 HTML / CSS
HTML5不支持标签和新增标签详解
2016/06/27 HTML / CSS
蔻驰意大利官网:COACH意大利
2019/01/16 全球购物
Sisley法国希思黎中国官网:享誉全球的奢华植物美容品牌
2019/06/30 全球购物
师范生自我鉴定范文
2013/10/05 职场文书
2014基层党员干部学习全国两会心得体会
2014/03/17 职场文书
竞选班干部演讲稿
2014/04/24 职场文书
社会工作专业求职信
2014/07/15 职场文书
离婚协议书范本及离婚须知
2014/10/15 职场文书
早会开场白台词大全
2015/06/01 职场文书
财务人员廉洁自律心得体会
2016/01/13 职场文书
小程序实现悬浮按钮的全过程记录
2021/10/16 HTML / CSS
vue项目打包后路由错误的解决方法
2022/04/13 Vue.js
原生JS实现分页
2022/04/19 Javascript