I also have this problem, I noticed it working on an image gallery for
an interactive CD-ROM.  The problem is only exhibited in Internet
Explorer, it seems to be related directly to the CSS expressions used
to position the #TB_window div:

< from thickbox.css >
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) +
(TBWindowMargin = document.documentElement &&
document.documentElement.scrollTop || document.body.scrollTop) +
'px');
}
< end snippet >

The odd part is that the #TB_load div uses the same CSS expression,
but always centers itself properly.  This confounding problem gave me
great headaches, I had to go to production anyway with the bug!
Anyone's insight into IE's CSS quirks would be greatly appreciated!

On Aug 6, 12:15 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> Okay...as a secondary post about my thickbox auto-select.
>
> I have a page which contains a long listing of records. When I scroll down
> to the bottom, and click the thickbox trigger link, thickbox opens the modal
> window, but it's at the very top of the page, out of sight.
>
> Is there a way to force thickbox to be in the same "window" space that I'm
> currently in? I always thougt  that TB scrolled with the window, so I'm sort
> of baffled that I'm having to ask this question.
>
> ____________________________________
>
> Andy Matthews
> Senior ColdFusion Developer
>
> Office:  877.707.5467 x747
> Direct:  615.627.9747
> Fax:  615.467.6249
> [EMAIL PROTECTED]<http://www.dealerskins.com/>
>
>  dealerskinslogo.bmp
> 6KDownload

Reply via email to