国外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 Object的extend是一个常用的功能
Dec 02 Javascript
JavaScript创建对象的写法
Aug 29 Javascript
js中创建对象的几种方式示例介绍
Jan 26 Javascript
Js为表单动态添加节点内容的方法
Feb 10 Javascript
JS实现点击上移下移LI行数据的方法
Aug 05 Javascript
javascript实现动态标签云
Oct 16 Javascript
jQuery页面刷新(局部、全部)问题分析
Jan 09 Javascript
js获取iframe中的window对象的实现方法
May 20 Javascript
js动态添加的DIV中的onclick事件简单实例
Jul 25 Javascript
Vue2.0 事件的广播与接收(观察者模式)
Mar 14 Javascript
Vue项目数据动态过滤实践及实现思路
Sep 11 Javascript
node.js中事件触发器events的使用方法实例分析
Nov 23 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利用COM对象访问SQLServer、Access
2006/10/09 PHP
php curl 伪造IP来源的实例代码
2012/11/01 PHP
浅析PHP 按位与或 (^ 、&amp;)
2013/06/21 PHP
深入解析php中的foreach函数
2013/08/31 PHP
Smarty中调用FCKeditor的方法
2014/10/27 PHP
一个JS函数搞定网页标题(title)闪动效果
2014/05/13 Javascript
js监听鼠标事件控制textarea输入字符串的个数
2014/09/29 Javascript
5个书写JavaScript代码的坏习惯,看看你中枪了没?
2014/11/06 Javascript
js实现从数组里随机获取元素
2015/01/12 Javascript
JS中的eval 为什么加括号
2016/04/13 Javascript
jQuery中get方法用法分析
2016/12/07 Javascript
深入理解vue路由的使用
2017/03/24 Javascript
JavaScript寄生组合式继承实例详解
2018/01/06 Javascript
vue+elementui通用弹窗的实现(新增+编辑)
2021/01/07 Vue.js
[05:29]2014DOTA2国际邀请赛 赛后专访:LGDNewbee顺利过关
2014/07/13 DOTA
在Python的列表中利用remove()方法删除元素的教程
2015/05/21 Python
利用python实现简单的循环购物车功能示例代码
2017/07/05 Python
python批量实现Word文件转换为PDF文件
2018/03/15 Python
Python eval的常见错误封装及利用原理详解
2019/03/26 Python
Python从list类型、range()序列简单认识类(class)【可迭代】
2019/05/31 Python
HTML5表格_动力节点Java学院整理
2017/07/11 HTML / CSS
HTML5实现表单自动验证功能实例代码
2017/01/11 HTML / CSS
深入剖析HTML5 内联框架iFrame
2016/05/04 HTML / CSS
男女时尚与复古风格在线购物:RoseGal(全球免费送货)
2017/07/19 全球购物
岗位廉政承诺书
2014/03/27 职场文书
中国入世承诺
2014/04/01 职场文书
文化建设工作方案
2014/05/12 职场文书
超市创业计划书
2014/09/15 职场文书
一份教室追逐打闹的检讨书
2014/09/27 职场文书
三八节活动主持词
2015/07/04 职场文书
2015年七夕情人节感言
2015/08/03 职场文书
2016年3月份红领巾广播稿
2015/12/21 职场文书
2016简历自荐信优秀范文
2016/01/29 职场文书
2017年大学生寒假社会实践活动总结
2016/04/06 职场文书
解决mysql:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO/YES)
2021/06/26 MySQL
js不常见操作运算符总结
2021/11/20 Javascript