diff options
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 0c10ff717..fc47d0047 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -633,8 +633,8 @@ html>body*input[type$="file"]:not([class="none"]) { background-color: transparen background-color: #FFF; overflow: auto; /* css hack for IE */ - width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); - height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); + width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px'); + height: expression((parseInt(this.parentNode.offsetHeight))+'px'); } #printmessageframe |