includes/clientside/static/fadefilter.js
changeset 1053 bdbb49cf6f1b
parent 907 44851d7e9bda
child 1056 f21d6e75b469
--- 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;