thomascube
2008-02-07 c3f94de06031ec943e5e5f68fa63804e38265db4
skins/default/mail.css
@@ -152,15 +152,12 @@
#messagepartframe
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  /* css hack for IE */
  height: expression(parseInt(document.getElementById('messagepartcontainer').offsetHeight)+'px');
}