From a1f7220e9f23ea81b5b626d20f25039724b3413e Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 20 Sep 2008 08:32:00 +0000 Subject: - prevent splitters "jumps" when page is loading (set style reading cookie in skin template, using new 'expression' feature) --- skins/default/templates/mail.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'skins/default/templates/mail.html') diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index f4070e95f..24f851a20 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -41,11 +41,22 @@ body_keypress: function(evt, p) }; - + +#mailcontframe { height: px; } +#mailpreviewframe { + top: px; + /* css hack for IE */ + height: expression((parseInt(this.parentNode.offsetHeight)-)+'px'); +} +#mailboxlist-container { width: px; } +#mailrightcontainer { + left: px; + /* css hack for IE */ + width: expression((parseInt(this.parentNode.offsetWidth)-)+'px'); +} + -- cgit v1.2.3