To overcome this try to use toTop option - i.e toTop:true
See more about this in the docs. On Aug 29, 10:44 pm, MorningZ <[EMAIL PROTECTED]> wrote: > So i have some usage of jqModal in my project > > and this is what's going on: > > (screenshot:http://i38.tinypic.com/2edavs2.jpg) > > you can see that "jqmOverlay" has a z-index of 2999 > > and > > jqmWindow has a z-index of 3000 > > So, in a correct and working world, jqmWindow should be *on top* of > jqmOverlay (which Firefox respects and works) > > i found this looking for "IE a-index problems" > > http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html > > but that doesn't explain how to fix the issue..... > > and even stranger is that the jqModal sites works just fine in IE, but > i see no difference in the HTML or positioning > > anyone run across this and/or have a work areound?