lightbox

Making a lightbox support printing on web page

I know the idea is to use a separate stylesheet for printing that hides everything other than the lightbox when the user clicks the print button on the lightbox. It sounds easy but there are always some obstacles. So I would like to know if there is any working example that supports all major browsers. I searched in google and found ma...

Disable tooltip on some elements even when title is defined

Is there a way not to show a tooltip when the title of an element is defined ? Im using huddletogether's LightBox2 which takes whatever is in the anchor's title and converts into HTML. http://www.huddletogether.com/projects/lightbox2/#support Can I insert links in the caption? Im calling a javascript function in that link and tha...

Attach fancybox/lightbox/idontknowbox function on an element

I'm developing a jquery gallery, and I want to parametrize the highlighter function to support any kind of lightboxes (fancybox for example). In my defaults I did something like: $.fn.mygallery.defaults = { functionHighlighter: null } so in the code, creating the item, I'll check this property, and if it's setted to a function, I ...

Drupal - Use lightbox with Views (Rel attribute) - in output link

In Drupal I have two image fields, one to act as a thumbnail and the other the image that will open when the thumbnail is clicked. The only way I could find to link the two was to use the option for "Output this field as a link" and link to the image field. This works, so when I click the thumbnail it opens the larger image however I wo...

Image gallery with a Lightbox in jQuery

Hi. I'd like to create a jQuery image gallery of showcased products. It will show one product image at a time, with Next/Previous arrows, and a brief name and price as overlay on the image. If users click it, it will go to the order page. It will have an icon to show a larger, modal version (Lightbox style) of the image with full descrip...

Lightbox: how to parse the lightbox dynamically loaded html content (AJAX)

hi, I'm using a (modal) lightbox on a page of my website to display my nodes. I'm using some plugins such as an external jquery-plugin for tooltips and the drupal plugin jQuery Media (to load flash video player for some video file-fields). These plugins are loaded when the main page load and they parse the html content of the page. W...

What's a good jQuery ligthbox plugin that cycles through images? (like a carousel)

I'm looking for a jQuery lightbox plugin that has the ability to, with it's next and previous buttons, cycle through images repeatedly. Like a carousel effect. I've been using jQuery Lightbox Plugin (balupton edition) but that doesn't have the option to continue cycling through images. It reaches the last image in the array and then dis...

Which Lightbox implementation allows to display larger preview immediately on mouse enter?

There are quite a few Lightbox implementations. Is there any such that it displays a larger version of the image as soon as the user enters the thumbnail with the mouse? The preview should be displayed next to mouse position. The shaded lightbox effect is not required. ...

Jquery Calling lightbox from updated div not working

Hi! I'm working in a website were we update the content of a div using Jquery. Inside the content we use to update the div there are some buttons with jquery actions attached. The first time the document is loaded lightbox is OK, but after the div content is updated the jquery lightbox doesnt works. Any comments welcome ;) ...

"document.body is null" is fixed now I get ".setStyle is not a function"

Hi All, I'm running into a similar problem as this: link text I've done the fix as in the answer but now I end up with an error a couple lines later: $$([overlay = (new Element("div", {id: "mbOverlay"})).addEvent("click", close), center = new Element("div", {id: "mbCenter"})]).setStyle is not a function [Break on this error] ]).setSt...

jQuery action being called when selector isn't met?

I've been working on a prototype for a client's web site and I've run into a rather significant snag. You can view the prototype here. As you can see, the way it works is you can scroll a set of slides horizontally and, by clicking one, open a stack containing yet more slides. If you then click again on an image in that stack it opens u...

Lightbox, floating a close button outside of an iFrame

Hey, I have decided to reword this question (as opposed to creating a new one)... I have a Lightbox (Colorbox), which opens an iFrame with basic HTML content. In fact, here is a picture: I would like the Close button to be where the Hollow White box is. The Lightbox (Colorbox) CSS is as follows, nothing I seem to do works. :( (The C...

Issues using $.ajax

I want to load the lightbox javascript only when a certain condition is satisfied so I'm loading it using $.ajax like so: $.ajax({ url: "../static/js/lightbox.js", dataType: 'script', cache: true, success: function() { alert('loaded'); $("a.lightbox").lightbox({ opacity: "0.6", width: "940" }); }}); I see t...

pop up lightbox gallery

hi, anyone know how to make the gallery just like the autotrader when you click on the car image? It will popup a lightbox when you click on image and have a galleria like gallery. www.autotrader.com ...

Help me please, javascript place problem or another thing??

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Urunler.aspx.cs" Inherits="Urunler" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head runat="server"> <meta http-equiv...

Wordpress slideshow plugin with scrollbar, autoplay and lightbox

I have been asked to build a portfolio website for a photographer. The main page contains a slideshow of the photographer's best work, I have used an autoplaying NextGEN SmoothGallery with Lytebox. After some customization of the plugin, this works. However, the client has requested a category selection above the main slideshow and a sc...

Javascript: Add multiple Lighthbox galleries on same page

I am using a modified version of light house from this page. I want to add two instances of the same code to add two differrent slideshows on the same page. Is this possible? ...

Is there a wordpress pluggin that displays a page in a lightbox style window?

Is there a wordpress pluggin that displays a page in a lightbox style window? ...

How do I simply hide a tooltip?

I have a image set as a link, with a title which is used for a caption in a lightbox. I need the "title" set in order to keep the caption for the lightbox, but I don't want the tool tip to pop up when I hover over the links. Anyone got a easy css fix? Or does this need to be done in Javascript? ...

Joomla ImageBrowser Lightbox not working

I've been using an image browser for Joomla called ImageBrowser. It's great - easy uploads, easy for clients to use, even handles zip file uploads. I have Joomla v. 1.5.15 installed and the newest version of this plugin as well on 3 or 4 of our sites with no fuss or issues. Recently, the ImageBrowser on one of our sites started acting s...