On Aug 9, 11:04 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Not true.
I am glad it is - it was just a thought ;)
> * html #TB_window { /* ie6 hack */
> position: absolute;
> margin-top: expression(0 - parseInt(this.offsetHeight / 2) +
> (document.documentElement && document.documentElement.scrollTop ||
> document.body.scrollTop) + 'px');
Tried it - no difference. Added z-index:103 to see if the rule is
applied and it is.
Maybe some alerts in thickbox.js can give us a clue about what is
happening ? I'm glad to do so :D
-Cees