Changes to Rico 3 as a result of regression testing with IE6, IE7, and IE8.
[infodrom/rico3] / ricoClient / js / rico.js
index 38d9e78..86f6c9d 100644 (file)
@@ -54,7 +54,13 @@ var Rico = {
     this.addCssRule(s,'.rico-icon',Rico_CONFIG.imgIcons,'no-repeat');
     this.addCssRule(s,'.ricoLG_Resize',Rico_CONFIG.imgResize,'repeat');
     if (Rico_CONFIG.imgHeading) {
-      this.addCssRule(s,'tr.ricoLG_hdg th, tr.ricoLG_hdg td, table.ricoLiveGrid thead td, table.ricoLiveGrid thead th, .ricoTitle, .Rico_accTitle',Rico_CONFIG.imgHeading,'repeat-x scroll center left');
+      var repeat='repeat-x scroll left center';
+      this.addCssRule(s,'tr.ricoLG_hdg th',Rico_CONFIG.imgHeading,repeat);
+      this.addCssRule(s,'tr.ricoLG_hdg td',Rico_CONFIG.imgHeading,repeat);
+      this.addCssRule(s,'table.ricoLiveGrid thead td',Rico_CONFIG.imgHeading,repeat);
+      this.addCssRule(s,'table.ricoLiveGrid thead th',Rico_CONFIG.imgHeading,repeat);
+      this.addCssRule(s,'.ricoTitle',Rico_CONFIG.imgHeading,repeat);
+      this.addCssRule(s,'.Rico_accTitle',Rico_CONFIG.imgHeading,repeat);
     }
   },