Français
<!-- http://bbs.downcodes.com/ --> <!--Pour obtenir cet effet, deux étapes sont nécessaires. La première étape consiste à ajouter le code suivant à la zone <head> --> <. script> document .onmouseover = doOver; document.onmouseout = doOut; document.onmousedown = doDown; document.onmouseup = doUp; function doOver() { var toEl = getReal(window.event.toElement, "className", "coolButton") ; var fromEl = getReal(window.event.fromElement, "className", "coolButton"); if (toEl == fromEl) return; var el = toEl; var cDisabled = el.cDisabled = (cDisabled != null) ; // Si l'attribut CDISABLED est présent if (el.className == "coolButton") el.onselectstart = new Function("return false"); if ((el.className == "coolButton") && !cDisabled) { makeRaised (el) ; makeGray(el,false); } } function doOut() { var toEl = getReal(window.event.toElement, "className", "coolButton"); className", "coolButton"); if (toEl == fromEl) return; var el = fromEl; var cDisabled = el.cDisabled; cDisabled = (cDisabled != null); // Si l'attribut CDISABLED est présent var cToggle = el. cToggle; toggle_disabled = (cToggle != null); // Si l'attribut CTOGGLE est présent if (cToggle && el.value) { makePressed(el); makeGray(el,true); coolButton") && !cDisabled) { makeFlat(el); makeGray(el,true); } } function doDown() { el = getReal(window.event.srcElement, "className", "coolButton"); var cDisabled = el .cDisabled = (cDisabled != null); // Si l'attribut CDISABLED est présent if ((el.className == "coolButton") && !cDisabled) { makePressed(el) } } function doUp() { el = getReal (window. event.srcElement, "className", "coolButton"); var cDisabled = el.cDisabled = (cDisabled != null); // Si l'attribut CDISABLED est présent if ((el.className == "coolButton"); ) && ! cDisabled) { makeRaised(el); } } function getReal(el, type, value) { temp = el; while ((temp != null) && (temp.tagName != "BODY")) { if ( eval(" temp." + type) == valeur) { el = temp; return el; } temp = temp.parentElement; return el } function findChildren(el, type, valeur) { var children = el.children; var tmp = new Array(); var j=0; for (var i=0; i<children.length; i++) { if (eval("enfants[i]." + type + "=="" + valeur + " "")) { tmp[tmp.length] = enfants[i]; } tmp = tmp.concat(findChildren(enfants[i], type, valeur)); } return tmp; } fonction désactiver(el ) { if (document.readyState != "complete") { window.setTimeout("disable(" + el.id + ")", 100 // Si le rendu du document n'est pas terminé, essayez return plus tard; el.cDisabled ; cDisabled = (cDisabled != null); // Si l'attribut CDISABLED est présent if (!cDisabled) { el.cDisabled = true; ; hauteur : 100 % ; text-align : center;">' + '<span style="filter:Mask(Color=buttonface) DropShadow(Color=buttonhighlight, OffX=1, OffY=1, Positive=0); : 100% ; largeur : 100%%; text-align: center;">' + el.innerHTML + '</span>' + '</span>'; if (el.onclick != null) { el. cDisabled_onclick = el .onclick; el.onclick = null; } } } function activate(el) { var cDisabled = el.cDisabled = (cDisabled != null); .cDisabled = null; el.innerHTML = el.children[0].children[0].innerHTML; if (el.cDisabled_onclick != null) { el.onclick = el.cDisabled_onclick = null; function addToggle( el) { var cDisabled = el.cDisabled; cDisabled = (cDisabled != null); // Si l'attribut CDISABLED est présent var cToggle = el.cToggle = (cToggle != null); est présent if (!cToggle && !cDisabled) { el.cToggle = true; if (el.value == null) el.value = 0; // Démarrer comme non enfoncé if (el.onclick != null) el. cToggle_onclick = el .onclick; // Sauvegarder le onclick else el.cToggle_onclick = ""; el.onclick = new Function("toggle(" + el.id +"); " + el.id + ".cToggle_onclick(); "); } } function removeToggle(el) { var cDisabled = el.cDisabled; cDisabled = (cDisabled != null); // Si l'attribut CDISABLED est présent var cToggle = el.cToggle; cToggle = (cToggle != null); // Si l'attribut CTOGGLE est présent if (cToggle && !cDisabled) { el.cToggle = null; if (el.value) { toggle(el } makeFlat(el); .onclick = el.cToggle_onclick; el.cToggle_onclick = null; } } } function toggle(el) { el.value = !el.value; .gif) "; else el.style.backgroundImage = ""; // doOut(el); } function makeFlat(el) { with (el.style) { background = ""; border = "1px solid buttonface"; padding = "1px "; } } function makeRaised(el) { with (el.style) { borderLeft = "1px solid boutonhighlight"; borderRight = "1px solid boutonshadow"; borderTop = "1px solid boutonhighlight"; "; padding = "1px"; } } function makePressed(el) { with (el.style) { borderLeft = "1px solid boutonombre"; borderRight = "1px solide boutonhighlight"; borderTop = "1px solide boutonombre"; borderBottom = " 1px bouton solide surligner "; paddingTop = "2px"; paddingLeft = "2px"; paddingBottom = "0px"; paddingRight = "0px"; } } function makeGray(el,b) { var filtval; if (b) filtval = "gray ()" ; else filtval = ""; var imgs = findChildren(el, "tagName", "IMG"); for (var i=0; i<imgs.length; i++) { imgs[i].style.filter = filtval; } } document.write("<style>"); document.write(".coolBar {background: boutonface;border-top: 1px solide bouton surligner; bordure gauche: 1px solide bouton surligner; bordure-bas: 1px solide boutonombre; bordure -droite: 1px bouton solide; remplissage: 2px; police: menu;}"); document.write(".coolButton {bordure: 1px bouton solide; remplissage: 1px; texte-align: centre; curseur: par défaut; }") ; document.write(".coolButton IMG {filter: gray();}"); document.write("</style>"); </script> <!--Étape 2 : Ajoutez le code suivant vers < body>zone--> <table class="coolBar"> <tr> <td class="coolButton"> <font size="3"><b><font color="#000000">Accueil</ font ></b></font> </td> <td class="coolButton"> <font size="3"><b><font color="#000000">Lien</font></b > </font> </td> </tr> </table>