lightbox

PHP XML Simple Load

I have a light box currently working www.idgc.ca/web-design-samples.php but when I converted the whole page in a Simple XML www.idgc.ca/web-design-samples-testing.php it stopped working.... ...

JS Image Pre-loading blocked?

Hello, I am using a JQuery Plugin called lightbox (which is great btw). Problem is, I am accessing images on external sites and I think they are blocking lightbox from preloading them. Specifically I have confirmed that picasa gives the preloader a 404 (using firebug), but if I right click the failed request in the firebug "net" tab, a...

Problem with Integrating PayPal into Lightbox

Hello, I am integrating a PayPal "Add to Cart" button into Lightbox 2. With the help from some kind folks on this site, I was able to get the PayPal button implemented the way I wanted. However, the problem I have now is when you click the PayPal Add to Cart button, the PayPal shopping cart reports the following error: "PayPal cannot...

Lightbox overtop of Quicktime embed?

I have a site where I am using Litebox to display images. On pages with QuickTime embeds the box appears below the movie. How can I get the box to appear on top? I tried setting wmode=transparent but, while it works in Webkit browsers and IE, it fails in Gecko browsers. ...

place light box over java applet

i use lightbox for pop up thembs (in modal window) in the same page i have an applet object showing 360 animated photos when i click on any thumb the modal window is loded over the elements of the page instead of the applet... iknow the "hack" ( ) for flash objects but it does not work for my java applet ...

jQuery lightbox Gallery

Does a jQuery plug-in exist with standard lightbox functionality? In the "lightbox" window I'd like to show the current image and the rest as thumbnails somewhere (left, bottom, etc.) in the same "lightbox" window. ...

Intergrate Galleriffic with Lightbox, how?

Hello, Anybody has a idea how to intergrate Lightbox 0.5 with Galleriffic? (http://www.twospy.com/galleriffic/) When you click on the download button/text I want the image to open in a lightbox. Greatings, Bas ...

Are lightbox-style popups allowed when using Google Adwords?

Hi, Google's AdWords policies state: Pop-Ups Don't use pop-up windows on your site. We do not approve destination URLs that generate pop-ups when users enter or leave your landing page. We consider a pop-up to be any window, regardless of content, that opens in addition to the original window. This includes po...

Using the scrollTo jQuery plugin with the Fancy Zomm jQuery plugin

I'm trying to use the Fancy Zomm jQuery plugin to show multiple images in the same lightbox by using the scrollTo plugin to switch to the next of previous image which are all in different divs. The problem is that it seams that I can't use jQuery inside the div displayed by the lightbox Does anyone know how I could use the Fancy Zoom p...

jQuery: Simplest lightbox?

I'm looking for the world's simplest lightbox. All I want is an implementation that pops up a modal window in the center of the screen and requires a button or other element in the box be clicked before the box is hidden. With so many lightbox implementations, I'm a bit overwhelmed. What's the simplest, dumbed-downest lightbox that does...

Lightbox to implement album in a web application.

We are trying to implement a lightbox based album viewer in our web application. However, we are struggling to get it working for IE. Can you please suggest the remedy? It would be great if you can suggest some other alternatives for implementing the picture slide show for album too. ...

What is a good jQuery lightbox clone?

It must be: easily skinnable with css be able to handle forms and not just images be well documented Any suggestions welcome Many thanks ...

Open a modal window on browser close?

Hi folks, I'm trying to open a modal window when the browser window closes. Is there a way to do this with window events? Thanks. ...

jQuery Lightbox or equivalent with image array

I'm trying to implement a Lightbox-style gallery where clicking a text link launches a slideshow of images that are loaded from an array, not from inline content on the page. All the examples I can find use a group of inline images that are related somehow (i.e. using a rel tag or class). I want to define my images using their paths in a...

two clashing javascripts

hi, I'm a n00b when it comes to javascript. I have two scripts which I found online that I am trying to use on the same page. One is prettyPhoto(http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/) which I am using for the light box effect. The other is slideshow (http://slideshowjs.com/) which I'm using in th...

jquery lightbox inline - without popup

i like jquery lightbox control looks nice and shows me a title one 1 of x images etc. I need exactly the same thing but without pop up. So whas is now visible after i click thumnail of image i want it to by visible as inline content somewhere on my page with first image loaded and then i could just use next prev. of course in this case, ...

How to use the lightbox plugin colorbox?

I want to show the contents of a hidden div in a light box when the page loads. How can I do this with color box? What I'm not understanding: Do I need to use their CSS files? Which ones, where is it? How do I make the lightbox come up when the page loads? I tried this but no luck: $(document).ready(function(){ $("#div_id_i_wa...

lightbox jquery api

you guys know how google code has made a ajax api for certain javascript plugins/libraries? Well, is there one for the lightbox plugin? I want to use it on my website, but I can only link to it (its not on my local server,) but I can't find a link that only gives my the javascript code and not the entire page's code. any help would be ve...

CSS causing red frame around lightbox image - how to remove?

On my webpage im using EIT Lightbox for displaying pictures, its a .NET control which nicely wraps the Javascript lightbox, so I don't have to code a single line of Javascript. But since I upgraded to IE 8, all the pictures in the lightbox show with a fat red frame. For an example, please see http://www.qaz.dk/NewestPicturesAlbum.aspx. ...

Debugging lightbox ul for ie6

Hi, I have completely debugged my site except for one page: http://hqinternetsolutions.com/fullservice/movies.html The li's do not appear correctly in ie 6 or 7, but work fine in the other browsers. The html is very simple: ul li and the anchor tags. The css is also simple: #moviegrid{ width:560px; margin:20px auto; heigh...