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/addressbook.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'skins/default/templates/addressbook.html') diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index 999947730..326ded296 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -6,14 +6,25 @@ - +#addresslist { width: px; } +#contacts-box { + left: px; + /* IE hack */ + width:expression((parseInt(mainscreen.offsetWidth)-)+'px') +} + +#addresslist { width: px; } +#contacts-box { + left: px; + /* IE hack */ + width:expression((parseInt(mainscreen.offsetWidth)-)+'px') +} + -- cgit v1.2.3