lightbox

Using sIFR in nyroModal lightbox

I'm using sIFR in a page that's being popped up in a nyroModal lightbox, but when the page is displayed, the sIFR objects aren't being shown. What do I need to do to get them to show? ...

jQuery Thickbox or similar to show iFrame?

I have been looking at jQUery thickbox for showing modal dialogs with images, it is great. But now I have the need to display a hidden div of content that contains an iFrame in a similar fashion, with a link to open the content. So I'd have something like this. <a href="">Open window in Modal Dialog</a> <div id="myContent"> <h1>L...

Problems using LightBox 2 with IE7

I'm having a problem with IE7 when clicking on images that open up using the Lightbox 2 javascript image viewer. Instead of overlaying the image on the current page it opens the image into a separate page. Not sure if this is an AJAX problem possibly ? Works fine in Firefox. Anybody else come across this before ? ...

javascript-problem with lightbox 2 on ie7

I am having a problem with lightbox2 on IE7. I've modified lightbox, moved the navigation around a bit - everything works fine on Firefox but in IE7 there is a problem: the first time I click on a thumbnail only a part of the background dims and the large image doesn't show. If i try again it works, the problem only occurs after a full p...

playing flash movies in lightbox

I'm using JQuery and Prototype in this web application that I'm developing. I'm looking for a way to use Lightbox v2.04 by Lokesh Dhakar to play flash movies. If its not possible using the Lightbox v2.04 then what other ways can I accomplish the shadowing overlayed flash video pop-up with jquery and/or Prototype? The reason I'm set on...

Lightbox close link doesn't work in IE7

While the lightbox example page works fine for me in IE7, I seem to have broken it in my implementation. I've written a Lightbox plugin for Mango Blog and everything works fine in Firefox. However, in IE7 the "close" button doesn't work. If I'm fast enough to get my cursor into the position that the close button will be placed before it...

Ajax: Partial refresh of a parent page (update a div) from "lightbox" window

Is there a way to update information in a div of a parent page from a pop-up/"lightbox" window. I would like to create a pop up window that contains a form that updates a database (currently i am using php/mysql with prototype). In other words... I would like a user to be able to use a form in a popup window to update the database, and...

jQuery Lightbox with proper back button support

After running some usability tests, I found that participants opened a jQuery Lightbox to view larger images. Then rather than clicking the 'close' button they simply hit the browser back button. That sends them to the last page rather than closing the lightbox. Does anyone know a jQuery photo gallery that supports the described back bu...

C# semi-transparent 'LightBox' Control invoking Parent's paint method

I am trying to create a lightbox effect within my application. To achieve this, I have a UserControl with a panel representing the semi-transparent overlay and a seperate panel hosting all the necessary content. When I show this UserControl It often attempts to render itself 2-3 times causing the background to appear to get darker and d...

padding making links not work?

The link only works when i click on the actual text not the area around it even though the hover effect is working so i know the button is being targeted? this is also happening on a list within the site where I'm using left-padding and placing images there, if i click where the padding is it doesn't work? could .js scripts effect this...

lightbox effect/control for C# with ASP.NET

Update:OK about ThickBox, I found the version that supports button but I get a message saying "Operation could not be completed" when I try to use the controls and add them in design mode. Not sure what else to do :( Any idea why I get this message? I already found the Ajax Control Toolkit, but I can't install it for some reason (with...

Control Lightbox (Modal) From Code-Behind Of Asp.Net

Before meeting with Ajax and Jquery, in my projects I had a function like below. Public Sub Raise_Alarm(ByVal p_Page As Page, ByVal p_Message As String, Optional ByVal p_IsError As Boolean = True) strScript = "<script language= ""javascript""> alert('" & p_Message.Replace("'", "") & "')</script>" Dim t As Type = p_Page.GetType() ...

What lightboxes work inside Firefox extensions?

I want to use a lightbox like Shadowbox or similar inside a Firefox extension. But Shadowbox causes Javascript errors like this: Error: document.write is not a function Source file: chrome://iframe/content/shadowbox/shadowbox.js Line: 1557 Which lightbox supports IFRAMEs and will run correctly inside an extension (ie. added to the ove...

Mootools Lightbox for a html div?

I'm wondering if anyone has ever come across a plug-in for mootools that will show a hidden div (with embedded video in it) as a light box, upon a click on a link. What I wanted is somehow like how apple trailers site show the embedded quicktime player. ...

Modal Dialog vs Lightbox - who wins?

In my mind, both modal dialogs and lightboxes serve the same purpose. It seems that there is a scale of sexy (but javascript-heavy) on one end, and economical (but boring) on the other. What drives your decisions to use one over the other? Or, is there a better way to ask the user for complex data without navigating to another page? ...

javascript light box effect

Hello everyone, I have a problem with javascript code. I copied the code for the "light box" (just without the black background) off the internet. It works in Firefox, Safari and it does not work in IE for some reasons. You can see this problem on my portfolio website on the second page at svetlana-konetskaia.com/final. Could you pleas...

In Drupal 6, how do I make a specific content type always show with lightbox 2?

Doing node/%/lightbox2 would do it, but I can't figure out how to make a dynamic link to the node! Ideally, each node will have a thumbnail, and that thumbnail will trigger the lightbox2-viewed node ...

Need a jQuery Lightbox plugin that supports $.live() and grouping

I'm bringing in all of my images via Ajax, and I'm looking for a quick fix for the front-end of this project. I've tried a couple of jQuery lightbox plugins, but I can't seem to get them to perform in a live function (correct me if I'm wrong in thinking I need to do this). Currently attempting to use Balupton's Lightbox Plugin (can't li...

Javascript and CSS Lightbox that can view PDFs

Has anyone ever found any lightbox type javascript / css code that can display PDFs? I have tried many libraries and none have worked for me. The environment needs to be IE6/IE7 compatible. I am looking for something similar to this: Lightbox 2 ...

Show jScrollPane in Qtip

I use Jscrollpane for my new project. which works great on the page. The page works fine but when it is called inside the qtip, the customized bar disappears. See the customized scroll bar 81.171.199.24/qtip/scrollpanel.html See qtip example (click snowy Owl link): 81.171.199.24/qtip/index.html The developer from qtip suggest I shoul...