Robin Elfrink wrote:
> I had been trying to do something like that, but getting height from
> #mailcontframe but couldn't get it to work.
>
> Now if only, after resize, both #mailcontframe and #previewpane would
> recalculate the use half of the space each.
Oh nevermind, got that too, now:
height: expression((
parseInt(document.documentElement.clientHeight) -
parseInt(document.getElementById('mailcontframe').clientHeight) -
125)+'px');
Now for Internet Explorer to break long lines, didn't even see that
before, was too busy resizing <div>s ...
Robin