From 800c48079dc1abf58b7574dc98237ccd36f34468 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 13 May 2008 19:04:05 +0000 Subject: - #1484524 --- skins/default/mail.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins/default/mail.css') diff --git a/skins/default/mail.css b/skins/default/mail.css index 05e7d8575..954e304e2 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -622,7 +622,7 @@ table.headers-table tr td.subject list-style-type: none; background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; /* css hack for IE */ - height: expression(Math.min(18, parseInt(this.clientHeight))+'px'); + height: expression(Math.min(18, parseInt(document.documentElement.clientHeight))+'px'); } #attachment-list:after -- cgit v1.2.3