thomascube
2009-06-19 3f57a52c27dca044c225d130466d91f8e5ac70a1
Fix css hacks for IE (#1485931)

1 files modified
10 ■■■■■ changed files
skins/default/iehacks.css 10 ●●●●● patch | view | raw | blame | history
skins/default/iehacks.css
@@ -74,12 +74,22 @@
  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');