Dragan Krstic wrote:
> Please go to http://www.bydot.net/sr/rezervacije.htm and click on 
> "RezerviĊĦite putem mejla. <http://ci/sr/rezervacije.htm#>" As you see, 
> overlay is displayed like "underlay". In FF 1.5 everything is OK. Any 
> clue?
Dragan,
 
  This is strange. I replicated the page for local testing, but was 
unable to reproduce the underlay problem. Perhaps it has to do with the 
ajax response? You can test by entering an invalid url for the ajax 
parameter (e.g. 'emailZZ.php'), or by returning a blank page.

  Another thing you could try is getting rid of the <!DOCTYPE> header to 
switch it into quirks mode (yeah, I'm not a fan, but just for testing).

  Lastly, on line 41 of jqModal.js, change:

h.o=(o)?o.addClass(c.overlayClass).appendTo('body'):false;

  to

h.o=(o)?o.addClass(c.overlayClass).prependTo('body'):false;

  to see if that works.

Let me know how it goes.

~ Brice

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to