Fix css hacks for IE (#1485931)

release-0.6
thomascube 16 years ago
parent 5302a931ff
commit 3f57a52c27

@ -74,12 +74,22 @@ input, textarea
height: expression(parseInt(this.parentNode.offsetHeight)+'px');
}
#mailleftcontainer
{
height: expression(parseInt(this.parentNode.offsetHeight)+'px');
}
#mailrightcontainer
{
width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px');
height: expression(parseInt(this.parentNode.offsetHeight)+'px');
}
#mailrightcontent
{
width: 100%;
}
#messagepartcontainer
{
width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');

Loading…
Cancel
Save