diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-21 14:09:20 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-21 14:09:20 +0000 |
| commit | 76c8c8866ed24df6002c54e33a7155b4da429ba8 (patch) | |
| tree | 450608987580206f30831254eed47a0b16936880 /roundcubemail/skins/default/mail.css | |
| parent | 8fb2a8d168d1b75328b2571c15bb715ff109aa71 (diff) | |
Fixed message part window display in IE6 (#1484610)
git-svn-id: https://svn.roundcube.net/trunk@1203 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index aa3f64313..69762b665 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -153,6 +153,9 @@ td.formlinks a:visited left: 20px; right: 20px; bottom: 20px; + /* css hack for IE */ + width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); + height: expression((parseInt(document.documentElement.clientHeight)-100)+'px'); } #mailcontframe @@ -202,8 +205,6 @@ td.formlinks a:visited height: 100%; border: 1px solid #999999; background-color: #F9F9F9; - /* css hack for IE */ - height: expression(parseInt(document.getElementById('messagepartcontainer').offsetHeight)+'px'); } |
