jQuery Dialog open hides background content in IE7

Posted by JoshReedSchramm on Stack Overflow See other posts from Stack Overflow or by JoshReedSchramm
Published on 2010-04-15T19:39:44Z Indexed on 2010/04/15 19:43 UTC
Read the original article Hit count: 213

Hey all,

I'm working on an application where the page layout is essentially a bunch of absolutely positioned containers. There is a header, sidebar and content area. The content area has its own header and footer which are fixed on the screen. The main part of the content area scrolls but nothing else does.

So, we are using jQuery dialog for popup boxes and in IE7 with this new layout when i open a dialog the rest of my content in the background vanishes. I'm left with the page header and the footer of the content area and that's it.

In Firefox and believe it or not IE6 it works fine.

We are using ie7.js in ie6 though to make things not suck.

Anyone have any clue why opening a dialog in jquery would screw up absolute positioning and make stuff vanish?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui