国外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 相关文章推荐
运用Windows XP附带的Msicuu.exe、Msizap.exe来彻底卸载顽固程序
Apr 21 Javascript
定义JavaScript二维数组采用定义数组的数组来实现
Dec 09 Javascript
jQuery function的正确书写方法
Aug 02 Javascript
jquery实现点击弹出层效果的简单实例
Mar 03 Javascript
js实现正方形颜色从下往上升的效果
Aug 04 Javascript
jQuery实现将页面上HTML标签换成另外标签的方法
Jun 09 Javascript
原生JavaScript实现瀑布流布局
Jun 28 Javascript
jQuery自定义插件详解及实例代码
Dec 29 Javascript
基于JavaScript实现下拉列表左右移动代码
Feb 07 Javascript
js省市区级联查询(插件版&amp;无插件版)
Mar 21 Javascript
JavaScript实现隐藏省略文字效果的方法
Apr 27 Javascript
详解VUE前端按钮权限控制
Apr 26 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中怎么搜索相关联数组键值及获取之
2013/10/17 PHP
php采集自中央气象台范围覆盖全国的天气预报代码实例
2015/01/04 PHP
PHP的Yii框架中View视图的使用进阶
2016/03/29 PHP
PHP实现UTF8二进制及明文字符串的转化功能示例
2017/11/20 PHP
原生JS实现Ajax通过GET方式与PHP进行交互操作示例
2018/05/12 PHP
php+redis实现消息队列功能示例
2019/09/19 PHP
游戏人文件夹程序 ver 4.03
2006/07/14 Javascript
jquery text()要注意啦
2009/10/30 Javascript
js 全兼容可高亮二级缓冲折叠菜单
2010/06/04 Javascript
jQuery中大家不太了解的几个方法
2015/03/04 Javascript
js行号显示的文本框实现效果(兼容多种浏览器 )
2015/10/23 Javascript
jQuery EasyUI基础教程之EasyUI常用组件(推荐)
2016/07/15 Javascript
详解Vue2.0 事件派发与接收
2017/09/05 Javascript
Vue常用传值方式、父传子、子传父及非父子实例分析
2020/02/24 Javascript
小程序接入腾讯位置服务的详细流程
2020/03/03 Javascript
[04:22]DOTA2上海特级锦标赛主赛事第四日TOP10
2016/03/06 DOTA
使用Python3中的gettext模块翻译Python源码以支持多语言
2015/03/31 Python
Ubuntu 16.04 LTS中源码安装Python 3.6.0的方法教程
2016/12/27 Python
Python内置模块turtle绘图详解
2017/12/09 Python
python定向爬虫校园论坛帖子信息
2018/07/23 Python
Python 打印中文字符的三种方法
2018/08/14 Python
TensorFlow tf.nn.conv2d_transpose是怎样实现反卷积的
2020/04/20 Python
性能服装:HYLETE
2018/08/14 全球购物
市场营销专业毕业生自荐信
2013/11/02 职场文书
个人简历自我评价
2014/02/02 职场文书
精彩广告词大全
2014/03/19 职场文书
青春励志演讲稿
2014/04/29 职场文书
小班幼儿评语大全
2014/04/30 职场文书
学期评语大全
2014/04/30 职场文书
环保倡议书500字
2014/05/15 职场文书
房产协议书范本2014
2014/09/30 职场文书
领导个人查摆剖析材料
2014/10/29 职场文书
中班上学期个人总结
2015/02/12 职场文书
关于感恩的歌曲整理(8首)
2019/08/14 职场文书
python opencv旋转图片的使用方法
2021/06/04 Python
python3中apply函数和lambda函数的使用详解
2022/02/28 Python