Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have no idea if you've managed to fix this since then, considering how long ago this was I'd imagine you've probably moved on!</p> <p>But for anyone else that has this issue I'd recommend reading this page: <a href="http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_26778740.html" rel="nofollow">http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_26778740.html</a></p> <p>If you scroll to the bottom you get to see all the answers that have been posted without having an account. </p> <p>EDIT: 08/06/2011</p> <p>Actually just noticed direct linking to the above page doesn't work...</p> <p>Here's the post I was referring to from that site: " Let us understand how most jquery overlay plugins work: your page structure is like this:</p> <p>--body>--</p> <p>--form>--</p> <p>—-your page contents--</p> <p>—-div to be displayed in overlay (colorbox div), it is normally hidden using display:none as in this case--</p> <p>--/form>--</p> <p>--/body>--</p> <p>During run-time, while displaying the overlay, structure changes as:</p> <p>--body>--</p> <p>--form>--</p> <p>—-your page contents--</p> <p>--/form>--</p> <p>--div> (this is overlay wrapper) —-div to be displayed in overlay (colorbox div), it is normally hidden using display:none as in this case--</p> <p>--/div>--</p> <p>--/body>--</p> <p>Note that your div is moved out of the tag. That's way events are not firing.</p> <p>Solution is:</p> <p>It the jquery.colorbox.js file, search for the following line: $('body').prepend($overlay, $box.append($wrap, $loadingBay));</p> <p>replace it with the following line: $('form').prepend($overlay, $box.append($wrap, $loadingBay));</p> <p>Everything should start working fine."</p> <p>I hope that helps!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload