killah Posted July 13, 2010 Share Posted July 13, 2010 Hi there, i have so far it appear's to be 2 problem's. One is when i click on my event trigger to pull up the popup, the overlay that my jquery is supposed to set is all correct. How ever, my popup first fade's in (Using JQuery.fadeIn()) over the overlay. Once it's faded in, it then appear's behind the overlay. Any idea's? My second problem is, I have not used the JQuery platform much, and just recently started using it. How ever, in normal javascript, if using php and javascript, i am used to using " + JScript.Var + ", i'm using this now and seem's to be throwing an error via firebug. All error's can be viewed here: http://deadlykillah.net/mccode/logout_test.php. * To see problem 1, please click on the "Register Now" image. Thank's. Link to comment https://forums.phpfreaks.com/topic/207652-jquery-overlay-other-issues/ Share on other sites More sharing options...
killah Posted July 15, 2010 Author Share Posted July 15, 2010 Bump. Link to comment https://forums.phpfreaks.com/topic/207652-jquery-overlay-other-issues/#findComment-1086439 Share on other sites More sharing options...
trq Posted July 15, 2010 Share Posted July 15, 2010 You can probably solve that by simply giving the 'block' element a higher z-index than that of your overlay. You should seriously considering finding a good book or something on jQuery though. There really is no need to mix js in with your markup these days. Link to comment https://forums.phpfreaks.com/topic/207652-jquery-overlay-other-issues/#findComment-1086444 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.