fancybox

How to determine when fancybox is open?

I need to know that fancybox has been open up that to allow or deny another function to start. Build-in functions Fancybox like 'onStart' or 'onClosed' not work. I'm talking about version 1.3.0 RC2 ...

jquery - Fancybox - Popup window doesn't "pop"

I am trying to use jQuery Fancybox to popup a youtube video from a website. I have followed the instructions from the fancybox.net site, but no joy, the video simply appears inline. I have all the .js files in place, the .css file in place, but as you can see here: http://www.rouviere.com/~idp2/ideaPeople.html clicking on the image only...

jQuery Fancybox - funny errors and no popup window

I am getting "is null" errors on a jQuery fancybox install here Here is the jquery: <script type="text/javascript"> $(document).ready(function() { $("a.video").fancybox({ 'zoomOpacity' : true, 'overlayShow' : false, 'zoomSpeedIn' : 500, 'zoomS...

jQuery fancybox how to call it in my own DIV?

Hi I want to display the fancybox in my own <div> because I need another position for the output. The fancy JS is creating a <div> structure in my HTML wich i cant manipulate over CSS. This structure I want only display in <div id="xyz"> for example. Please help? ...

Detecting DOM Ready State Within an iFrame (jQuery)

I have a script being run in a document that may or may not be nested in an iframe. I have sorted out the issue of detecting the nested, but I can't figure out how to detect the ready state of the DOM when it is an iframe. Here is what I have already: if (window.self !== window.top) { // is nested // DOM ready test here ...

Fancybox with images and youtube

How to set fancybox with multitype objects? I have this: $("a.fancybox").attr('rel', 'gallery').fancybox({ 'type' : 'swf' }); youtube works fine, but all images goes flash format. When i remove type, images works fine, but youtube dont load. I figured out this. If links are $("a[href$=.jpg],a[href$=.png],a[href$=.gif]") type...

FancyBox iframe returns parent.$ as undefined (using WordPress)

I'm trying to close FancyBox from within the iframe, but parent.$ is always undefined. This is my iframe JavaScript: <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'&gt; </script> <script type="text/javascript"> jQuery(document).ready(function($){ (function($) { $....

Fancybox problem when changing the href on ie 7 and 6

In my work i changed the dialogue boxes for fancybox, all went dandy, even with minor problems, such as making it run on pageload, but nothing that i could not managed. but now, I am facing a enormous obstacle: IE6 and IE7 untamed behaviour. I need to change the url of the place where fancybox is going to show. I could not find anyth...

Problem with jQuery in IE8 with Fancybox

I recently aquired an old website (we're talking tables, image maps, you name it). I was asked to make an old link to a Flash gallery into a lightbox. I simply used a javascript: openLightbox() on the gallery link (top right corner). I know, I know, but it doesn't seem out of place on this site. Anyway, I also include a JavaScript file...

Images are overflowing their container in IE8 with Fancybox

In a sort of follow up to this question, I have another problem in IE8. When clicking the gallery and the lightbox appears, the images are overflowing their containing element (by the looks of things). Has anyone ever experienced this before? Of course, the good guys (Firefox/Safari/etc) display it perfectly. How do I fix this? Tha...

jQuery's fancybox pack unpacked

Does anyone knows where can i find the unpack version of the Jquery.fancybox-x.x.x.pack? I did fixed by hand the code indentation to tried to understand it better, but still, is a little hard... ...

Fancybox gets javascript "not implemented" error in IE8 compatibility mode

When doing a modal pop up using jquery.fancybox-1.2.6.js it works on every platform I have tried except IE8 when set to compatibility mode. When the modal tries to display I get a javascript "not implemented" error on the page that keeps the modal from ever popping up. It gives the line number (line 207) the error occurs on in jquery.f...

jQuery - Fancybox: But I don't want scrollbars!

I am using jQuery Fancybox for a popup registration form here I would like the form to come up at the size of 450px by 700px but no matter what I set the height and width at I get scrollbars: <script type="text/javascript"> $(document).ready(function() { $("a#regForm").fancybox({ 'titleShow' : false, ...

fancybox does works only on last image in chrome and FF

In firefox Fancybox only works on the last image (last image in the source, not the visual webpage). In IE everything works fine. I changed ID into CLASS, but no succes yet. You can find the source here: http://www.luukratief-design.nl/dump/parallax/stack.html please help! Bugging me for hours now. ...

JQuery Library Pack

How to use Jquery libraries or how to use fancy box using JQuery. ...

Linking to Fancy Box Inside an iFrame

Hey, I have a site going here: http://treethink.treethink.net/ All the fancybox iFrames work but if you go the portfolio section then click on one of the links it takes you to a page and closes Fancy Box. How can I modify Fancy Box so that when one of those links is clicked inside the portfolio iFrame, it stays in the iFrame and goes t...

Iframe navigation breaks Firefox back button - workaround?

There is an annoying bug in Firefox where navigation in a dynamically created iframe, which is then removed via Javascript, results in the inability to go back using the Firefox back button (you have to use the drop down and navigate back a further couple of pages). I am using a form in an iframe which validates and submits data. On fo...

fancybox only works on last image in FF and chrome

In firefox Fancybox only works on the last image (last image in the source, not the visual webpage). In IE everything works fine. I changed ID into CLASS, but no succes yet. You can find the source here: http://www.luukratief-design.nl/dump/parallax/stack.html please help! Bugging me for days now. I asked this question befor, but did n...

problem with submitting form , from fancybox window

I have this function jQuery("form#add_cv").submit ( function(){ if (Spry.Widget.Form.validate(this) == true){ jQuery("#show_rules").fancybox({ 'padding' : 0, 'autoScale' : false, 'autoDimensions': false, 'transitionIn' : 'none', ...

Need Fancybox with image rollover behavior

Hi All, I'm using Fancybox and want to use a rollover behavior when the pointer is moved over the image. See the link of what i have working: http://hayes-studio.com/fancybox_rollover1.html My problem is that i need the rollover image to appear in the correct position relative to the layer .The image on the right is in the layer... y...