Re: [jQuery] jqModal overlay problem in IE6, IE7

2007-03-21 Thread Laurent Yaish
Moving all the jqModal windows to be direct children of fixed the IE problem. I couldn't do that directly with the HTML (long story..) so I just used $('body').append($('.jqmWindow')) right before doing .jqm() I'd like to know why having the jqmWindows inside other divs breaks it though...maybe I

Re: [jQuery] jqModal overlay problem in IE6, IE7

2007-03-20 Thread Laurent Yaish
Hi Brice and Benjamin, Thanks for the replies. I looked at the z-index and it seemed to be fine. I even manually set it in the css file for .jqWindow to 3000, but it still didn't work. The HTML for the windows is indeed nested several levels deep, so I will try to make them direct children of an

Re: [jQuery] jqModal overlay problem in IE6, IE7

2007-03-20 Thread Benjamin Sterling
Laurent, I would say it is a zindex issue, since we can't look at any code this could be a pretty good guessing game :) Can you post what you have and if you are using firebug, take a look at the zindex thru the dom inpector. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting

[jQuery] jqModal overlay problem in IE6, IE7

2007-03-20 Thread Laurent Yaish
Hi, I just started using jqModal and it works fine in Firefox but in IE (6 and 7) the window appears under the overlay. I tried turning on and off modal mode but it made no difference. I wish I could post the code, but it's for an intranet... I am using the CSS file from the jqModal site. Any id