This commit is contained in:
parent
31b7434371
commit
2325d58d95
1 changed files with 2 additions and 2 deletions
|
|
@ -445,8 +445,8 @@
|
|||
noeud_outils.appendChild(noeud_sauver);
|
||||
|
||||
this.noeud.appendChild(noeud_outils);
|
||||
this.noeud.setAttribute("onmouseover","javascript:this.noeud_outils.style.visibility = 'visible';this.noeud_fond.setAttribute('opacity',100)");
|
||||
this.noeud.setAttribute("onmouseout","javascript:this.noeud_outils.style.visibility = 'hidden';this.noeud_fond.setAttribute('opacity',0)");
|
||||
this.noeud.setAttribute("onmouseover","javascript:if(this.in!='in') { this.noeud_outils.style.visibility = 'visible';this.noeud_fond.setAttribute('opacity',100);this.in='in'}");
|
||||
this.noeud.setAttribute("onmouseout","javascript:this.noeud_outils.style.visibility = 'hidden';this.noeud_fond.setAttribute('opacity',0);this.in='out'");
|
||||
this.noeud.noeud_outils = noeud_outils;
|
||||
this.noeud.noeud_fond = noeud_fond;
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Add table
Add a link
Reference in a new issue