This is based on Cody Lindley's Thickbox plugin. I wanted the "Previous" and "Next" navigation of lightbox, but without all the fancy animation and image resizing. I also wanted to "fix" the image so that if you had an image you were popping up that was bigger then your browser area, you could scroll around that image to see the whole thing.
This version of Thickbox is for image handling only. I took out the Ajax pieces, as I was only using this for images.
- Centers the image, except if its bigger then your window, it puts it at 20px padding from the left or top of the screen, depending on limiting dimension
- Fixes the image to that spot, allowing you to scroll around the image if its bigger then your screen.
- Adds "previous" and "next" navigation like lightbox, with a "close" once you get to the last image in a slideshow.
Implement this just like Cody's Thickbox. Here is an example of it from my site http://www.tomhoppe.com/2008/05/vir-al-fairer-double-sarrc.html
转自:http://blog.sina.com.cn/s/blog_714a6dc301011bqa.html 以下内容引自http://www.hsiu28.net/html/jss.php?id=12 英文原文地址http://www.huddletogether.com/forum/comments.php?DiscussionID=250&page=1#Item_0 已测试成功(应用网址:
thickbox的使用方法总结 到http://jquery.com/demo/thickbox/下载需要的js及css文件 分别保存到目录 --js --css --images 中, 一、在文件的<head></head>中插入 <script type="text/javascript" src="js/jquery.js"></script> <script type="text/
前几天写了一篇关于ThickBox 3.1的文章:今天在使用这个东西的时候发现里面有许多参数没有详细解释,今天抽空整理出来,现和大家分享一下: 先说几个参数: class="thickbox" 调用特效; height 打开页面的高度; width 打开页面的宽度; title="Iframe(Auto Hide)" title的内容; keepThis=true TB_iframe=true 这
Thickbox - 基于 jQuery,支持 AJAX,轻量级的而且比较高效。可以在 lightbox 中使用图片或 HTML。大小约为 40k,目前还可作为 WordPress 的插件使用。 GreyBox - 创建 iframe 的弹出界面,可使用图片、HTML 及 URL,大小约为 20k。 GreyBox Redux - 基于 jQuery,比 GreyBox 更轻。 Lightbox
转自:http://www.cnblogs.com/zgaspnet/archive/2012/03/29/2423823.html 1.一张图片 描述: 这是ThickBox的一个简单实例,这个例子展示了在中放置一张图片(请看演示)。 说明: 创建一个link元素 (<a href>) 给创建的这个link元素一个class属性,其值是:thickbox (class="thickbox") 在
到http://jquery.com/demo/thickbox/下载需要的js及css文件 分别保存到目录 --js --css --images 中, 一、在文件的<head></head>中插入 <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/
背景介绍:实现用最少的Javascript代码实现模拟窗口(以下称为:子页面),使父窗口(以下称为:父页面)不在激活中 实现思路:当触发弹出子页面DIV时,在父页面和子页面中间添加一个和父页面同样大小的DIV层,并调整其透明度;当关闭子页面时取消子页面并取消透明层 实现代码: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional/
http://www.cnblogs.com/xiaoyao2011/archive/2011/10/28/LightBox.html
Weex 图片列表全屏显示组件 规则: 常用于详情页面的图片放大显示,让用户清晰看到效果 需要设置图片的显示高度,也可以设置宽度(默认750px) 可以传入一组图片,滑动显示 Demo 使用方法 <template> <div> <div @click="openLightBox"> <text>点击按钮弹出全屏图片</text> </div> <wxc-l
Lightbox JS 是一个简单而又谦恭的用来把图片覆盖在当前页面上的脚本.就是一个页面上的弹出式对话框的组件, 它能被快速安装并且运作于所有流行的浏览器. 而 JQuery Lightbox 是在 jQuery 框架的基础上实现版本。
Bootstrap Lightbox 是一个简单的基于 Bootstrap 实现的弹出窗口扩展。 示例代码: <a data-toggle="lightbox" href="#demoLightbox">Open Lightbox</a><div id="demoLightbox" class="lightbox fade" tabindex="-1" role="dialog" aria-hi
Scalable Lightbox 是一个构建漂亮外观的响应式图片灯箱。 在线演示
Simple Lightbox 是用在移动端和桌面端的,触摸友好的图像收藏夹 jQuery 插件。它有以下几个特点: 反应灵敏 触摸友好 滑动手势以获得下一张/上一张图片 易于安装,易于使用 简约的 仅包括一些CSS。您可以根据需要更改样式! 很多选择 预加载下一张和上一张图片 Android,iO和Windows Phone支持 适用于旧版浏览器的CSS3过渡和后备 即使在IE 9+中,也可以在
Picasa LightBox是WordPress插件,你可以轻松添加Picasa图片到你的WordPress文章和页面中。
Lightbox JS 是一个简单而又谦恭的用来把图片覆盖在当前页面上的脚本.就是一个页面上的弹出式对话框的组件, 它能被快速安装并且运作于所有流行的浏览器. 使用方法: <script type="text/javascript" src="lightbox.js"></script> <a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>
描述 (Description) Lightbox类似于链接操作,但不同之处在于它创建了一些带有一些额外属性的链接。 添加rel = "lightbox"并接受width和height属性。 根据您的要求调整图像宽度和高度的大小。 例子 (Example) ![My New Image](my-new-image.jpg?lightbox = 600, 400&resize = 100, 100)