国外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使用prototype定义对象类型(转)[
Dec 22 Javascript
可实现多表单提交的javascript函数
Aug 01 Javascript
JS获取URL中参数值(QueryString)的4种方法分享
Apr 12 Javascript
javascript 闭包详解
Feb 15 Javascript
js实现仿百度汽车频道选择汽车图片展示实例
May 06 Javascript
jquery实现动态改变div宽度和高度
May 08 Javascript
angular实现IM聊天图片发送实例
May 08 Javascript
addeventlistener监听scroll跟touch(实例讲解)
Aug 04 Javascript
javascript浏览器用户代理检测脚本实现方法
Oct 27 Javascript
Angular4自制一个市县二级联动组件示例
Nov 21 Javascript
基于JavaScript 实现拖放功能
Sep 12 Javascript
js布局实现单选按钮控件
Jan 17 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 空格,换行,跳格使用说明
2009/12/18 PHP
php XMLWriter类的简单示例代码(RSS输出)
2011/09/30 PHP
浅析php学习的路线图
2013/07/10 PHP
PHP简单实现断点续传下载的方法
2015/09/25 PHP
JQuery 常用方法基础教程
2009/02/06 Javascript
密码强度检测效果实现原理与代码
2013/01/04 Javascript
原生js实现改变随意改变div属性style的名称和值的结果
2013/09/26 Javascript
JS实现自适应高度表单文本框的方法
2015/02/25 Javascript
javascript验证邮件地址和MX记录的方法
2015/06/16 Javascript
js+css实现文字散开重组动画特效代码分享
2015/08/21 Javascript
实例代码讲解jquery easyui动态tab页
2015/11/17 Javascript
AngularJs Understanding the Controller Component
2016/09/02 Javascript
vue之父子组件间通信实例讲解(props、$ref、$emit)
2018/05/22 Javascript
Vue.js点击切换按钮改变内容的实例讲解
2018/08/22 Javascript
解决layui的radio属性或别的属性没显示出来的问题
2019/09/26 Javascript
[01:05:24]Ti4 冒泡赛第二天 iG vs NEWBEE 3
2014/07/15 DOTA
Python列表(list)、字典(dict)、字符串(string)基本操作小结
2014/11/28 Python
Python Scapy随心所欲研究TCP协议栈
2018/11/20 Python
对pandas中时间窗函数rolling的使用详解
2018/11/28 Python
python 定时器,实现每天凌晨3点执行的方法
2019/02/20 Python
两个元祖T1=('a', 'b'),T2=('c', 'd')使用匿名函数将其转变成[{'a': 'c'},{'b': 'd'}]的几种方法
2019/03/05 Python
Python的垃圾回收机制详解
2019/08/28 Python
Python使用PyQt5/PySide2编写一个极简的音乐播放器功能
2020/02/07 Python
python中加背景音乐如何操作
2020/07/19 Python
中国跨境电商:Tomtop
2017/03/16 全球购物
美国网上书店:Barnes & Noble
2018/08/15 全球购物
三星新西兰官网:Samsung新西兰
2019/03/05 全球购物
2014年机关植树节活动方案
2014/02/27 职场文书
工人先锋号事迹材料
2014/12/24 职场文书
2019商业计划书格式、范文
2019/04/24 职场文书
毕业生的自我鉴定表范文
2019/05/16 职场文书
制定企业培训计划的五大要点!
2019/07/10 职场文书
100句人生哲理语录集锦:强者征服今天,懒汉坐等明天
2019/10/18 职场文书
Python基础之元编程知识总结
2021/05/23 Python
MySQL定时备份数据库(全库备份)的实现
2021/09/25 MySQL
MySQL8.0 Undo Tablespace管理详解
2022/06/16 MySQL