Improved support for IE8/9

This commit is contained in:
Francis Lachapelle
2012-09-25 12:00:47 -04:00
parent f08594e7ec
commit 68efae1055
7 changed files with 14 additions and 24 deletions

View File

@@ -42,7 +42,7 @@ var SOGoResizableTableInterface = {
restore: function(relativeWidths) {
if (Prototype.Browser.IE)
while (SOGoResizableTable._stylesheet.styleSheet.rules.length)
SOGoResizableTable._stylesheet.styleSheet.removeRule();
SOGoResizableTable._stylesheet.styleSheet.removeRule(0);
else
while (SOGoResizableTable._stylesheet.firstChild)
SOGoResizableTable._stylesheet.removeChild(SOGoResizableTable._stylesheet.firstChild);