The weird thing is that it works just fine in FF. And the base code even works just fine in IE on the demo version found here: http://jquery.com/demo/thickbox/
Just not in my code. -----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cees Sent: Tuesday, August 07, 2007 11:59 AM To: jQuery (English) Subject: [jQuery] Re: Thickbox - why isn't the window centered? On Aug 7, 3:13 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > Are you using a frameset in your image gallery? > > The only thing I can think of is that we're using a frameset in our > admin panel. > I have the same problem - i do not use a frameset. As polyrythmic noted, i am also thinking about the CSS he quoted - the margin-top gets a negative value in some way which leads to the window being positioned to far up - the only thing i can put my hands on right now is the thought that parseInt(this.offsetHeight/2) is not correct - but why ?!?