patch from fomafix - bug33703 - remove black border-bottom-color for abbr
[lhc/web/wiklou.git] / skins / common / IEFixes.js
index 7f3b9c0..427d41c 100644 (file)
@@ -63,6 +63,12 @@ window.fixalpha = function( logoId ) {
        }
 };
 
+if( isMSIE55 ) {
+       // Legacy modules are loaded from the bottom
+       // No need to wait for DOMContentReady or window.onload
+       fixalpha();
+}
+
 // fix ie6 disappering float bug
 window.relativeforfloats = function() {
        var bc = document.getElementById( 'bodyContent' );