alecpl
2009-09-04 2e97306fd425fc840e0555bfaacf75297a8f9030
skins/default/iehacks.css
@@ -45,7 +45,7 @@
#messagetoolbar
{
  width: expression((parseInt(document.documentElement.clientWidth)-400)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-215)+'px');
  z-index: 240;
}
@@ -136,6 +136,13 @@
  width: auto;
}
#messagelist
{
  width: inherit;
  *width: auto; /* IE6/7 conditional hack */
  border-collapse: collapse;
}
#messageframe
{
  width: expression((parseInt(this.parentNode.offsetWidth)-180)+'px');
@@ -158,6 +165,11 @@
  height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');
}
#countcontrols
{
  width: 24em;
}
body.iframe 
{
  width: expression((parseInt(document.documentElement.clientWidth))+'px');