国外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 相关文章推荐
asp.net下利用js实现返回上一页的实现方法小集
Nov 24 Javascript
jquery调用wcf并展示出数据的方法
Jul 07 Javascript
javascript高级程序设计第二版第十二章事件要点总结(常用的跨浏览器检测方法)
Aug 22 Javascript
JS正则表达式获取分组内容的方法详解
Nov 15 Javascript
3种Jquery限制文本框只能输入数字字母的方法
Dec 03 Javascript
js事件驱动机制 浏览器兼容处理方法
Jul 23 Javascript
微信js-sdk地理位置接口用法示例
Oct 12 Javascript
解决layui中table异步数据请求不支持自定义返回数据格式的问题
Aug 19 Javascript
Vue中mintui的field实现blur和focus事件的方法
Aug 25 Javascript
用js简单提供增删改查接口
May 12 Javascript
基于Echarts图表在div动态切换时不显示的解决方式
Jul 20 Javascript
如何在 Vue 表单中处理图片
Jan 26 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
输出控制类
2006/10/09 PHP
Php注入点构造代码
2008/06/14 PHP
PHP中遍历stdclass object的实现代码
2011/06/09 PHP
PHP魔术方法__GET、__SET使用实例
2014/11/25 PHP
php防止用户重复提交表单
2015/11/02 PHP
PHP利用imagick生成组合缩略图
2016/02/19 PHP
Apache无法自动跳转却显示目录的解决方法
2020/11/30 PHP
PHP中使用mpdf 导出PDF文件的实现方法
2018/10/22 PHP
PHP单文件上传原理及上传函数的封装操作示例
2019/09/02 PHP
js setattribute批量设置css样式
2009/11/26 Javascript
远离JS灾难css灾难之 js私有函数和css选择器作为容器
2011/12/11 Javascript
javascript 构造函数方式定义对象
2015/01/02 Javascript
JavaScript实现重置表单(reset)的方法
2015/04/02 Javascript
非常棒的jQuery图片轮播效果
2016/04/17 Javascript
深入理解JavaScript定时机制
2016/10/27 Javascript
JavaScript实现按键精灵的原理分析
2017/02/21 Javascript
Vue.js弹出模态框组件开发的示例代码
2017/07/26 Javascript
基于vue+uniapp直播项目实现uni-app仿抖音/陌陌直播室功能
2019/11/12 Javascript
JavaScript实现旋转木马轮播图
2020/03/16 Javascript
ES6函数和数组用法实例分析
2020/05/23 Javascript
python3利用venv配置虚拟环境及过程中的小问题小结
2018/08/01 Python
python列表推导式入门学习解析
2019/12/02 Python
Django异步任务线程池实现原理
2019/12/17 Python
在Tensorflow中查看权重的实现
2020/01/24 Python
pytorch torchvision.ImageFolder的用法介绍
2020/02/20 Python
python ffmpeg任意提取视频帧的方法
2020/02/21 Python
用pushplus+python监控亚马逊到货动态推送微信
2021/01/29 Python
IE矩阵Matrix滤镜旋转与缩放及如何结合transform
2012/11/29 HTML / CSS
美国眼镜网站:EyeBuyDirect
2017/04/13 全球购物
NBA欧洲商店(英国):NBA Europe Store UK
2018/07/27 全球购物
你经历的项目中的SCM配置项主要有哪些?什么是配置项?
2013/11/04 面试题
幼儿园植树节活动总结
2014/07/04 职场文书
学前班学生评语
2014/12/29 职场文书
使用css样式设计一个简单的html登陆界面的实现
2021/03/30 HTML / CSS
Vue全家桶入门基础教程
2021/05/14 Vue.js
仅用几行Python代码就能复制她的U盘文件?
2021/06/26 Python