Mirko Buffoni wrote: > /* MB: added IE hack to calculate view size */ > width: > expression((parseInt(document.documentElement.clientWidth)-40)+'px'); > height: > expression((parseInt(document.documentElement.clientHeight)-100)+'px'); > }
Outch, CSS-Expressions are evil! They seem to save some problems the smart way but actually they make problems because they are evaluated way to often by IE. Avoid them, use jQuery + some smart events to update the CSS. My 2 cents, Mike -- Michael Baierl <http://mbaierl.com/> _______________________________________________ List info: http://lists.roundcube.net/dev/
