מדיה ויקי:Common.js: הבדלים בין גרסאות בדף

מ ניסיון
מ שחזור
שורה 1,142: שורה 1,142:
             var ButtonText = document.createTextNode( collapseCaption );
             var ButtonText = document.createTextNode( collapseCaption );


             //Button.style.styleFloat = "left";
             Button.style.styleFloat = "left";
             //Button.style.cssFloat = "left";
             Button.style.cssFloat = "left";
             Button.style.fontWeight = "normal";
             Button.style.fontWeight = "normal";
             Button.style.position = "absolute";
             Button.style.textAlign = "left";
            Button.style.left = "3px";
             Button.style.width = "6em";
            Button.style.top = "0px";
            //Button.style.textAlign = "left";
             //Button.style.width = "6em";


             ButtonLink.setAttribute( "id", "collapseButton" + tableIndex );
             ButtonLink.setAttribute( "id", "collapseButton" + tableIndex );