diff -r 374d08d176cb -r bdbb49cf6f1b includes/clientside/static/fadefilter.js --- a/includes/clientside/static/fadefilter.js Sat Jul 11 20:24:19 2009 -0400 +++ b/includes/clientside/static/fadefilter.js Sat Jul 11 20:25:50 2009 -0400 @@ -71,7 +71,7 @@ thediv.style.filter = 'alpha(opacity=0)'; thediv.style.backgroundColor = '#000000'; thediv.style.width = '100%'; - thediv.style.height = '100%'; + thediv.style.height = IE ? h + 'px' : '100%'; thediv.style.zIndex = getHighestZ() + 1; thediv.id = layerid; thediv.myOpacVal = opacVal;