A mate at work was running into problems with IE6 100% height.
The lightbox background height would only span the height of the current window. When you scrolled down the lightbox background just ended. Alexey Kasaev found a css javascript work around for ie6.
height:expression(eval(document.body.clientHeight) + "px");



