Still the same. I tried everything what you said. I removed all other code,
even styling,  and everything is same.

2007/2/27, Brice Burgess <[EMAIL PROTECTED]>:

  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
[email protected]
http://jquery.com/discuss/




--
Dragan Krstić krdr
http://krdr.ebloggy.com/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to