Done some digging : On Aug 7, 9:08 pm, polyrhythmic <[EMAIL PROTECTED]> wrote: > I first noticed this problem with 1.1.2 + Thickbox 3, and from my > testing I believe it is a problem with the thickbox CSS, not with > jQuery itself.
Hmm - but if i switch back to Jquery 1.1.2 the problem is gone on my side ! But - i will be going with 1.1.3.1 because i want to implement that version. > I think the secret to fixing this bug is finding why > the #TB_load div centers itself properly... I agree - maybe it has something to do with the place the #TB_load is inserted into the DOM in regard to #TB_window ?!??! >and finding the difference > between the Demo CSS and the Release CSS (don't know why it should be > different, unless the bug is somehow related to DOM tree structure.) Demo CSS and Release CSS are equal !! > Odd that the demo works in IE6, I see that as well. But - demo uses jQuery 1.1.2 !! So - recap : CSS problem most likely + place where inserted into DOM . Strange thing to note at the end : on my problem page, if i view the Thickbox with page at top all is ok , but if i scroll to bottom it seems like Thickbox window is placed using the top position of the page and not of the active window ! Something to find here ?!?