transformation d'un script
Envoi de damecherie le 10 Décembre 2003 10:53:58:
J'ai utilisé le script cylindre, bravo à celui qui l'a fait , il est super http://www.scriptsplus.com/scripts/menu/script.php?include=menucylindre
J'aimerai y apporter une modification et je ne sais pas faire... je voudrai que le menu sorte en passant la souris dessus sans cliquer.
Excusez-moi, c'est peut-être très simple pour vous, mais je suis novice... je compte bien me rattraper et suivre des tuts, j'abuse des scripts tout fait.
Je vous fais des bisous en attendant votre aide...les plus gros pour celui qui me dépanne le 1er
Damechérie
les scripts : /* menu1b par E.D Prod 1998 etiennedeb@ifrance.com http://javascript.lab.cc */
chaine = "" +"" +"" +"Javanilla " +"Accueil" +"Applets Java" +"Javascript" +"Surf Rémunéré" +"Utilitaires" +"" +"" +"" +"" +"" +"" +"" +"" +"" +"" document.write(chaine); var speedx = -16;var speedy = 0; function voirMenu(minx,maxx,miny,maxy,posx,posy) { if (navigator.appName=="Microsoft Internet Explorer") {tailley = document.body.clientHeight;taillex = document.body.clientWidth;offsety = document.body.scrollTop;offsetx = document.body.scrollLeft;} else {tailley = window.innerHeight;taillex = window.innerWidth;offsety = window.pageYOffset;offsetx = window.pageXOffset;} (posx+=speedx);posy=offsety; if(posx>maxx){posx=maxx;}; if(posx" +"" +"" +"Affaires générales" +"Applets Java" +"Javascript" +"Surf Rémunéré" +"Utilitaires" +"" +"" +"" +"" +"" +"" +"" +"" +"" +"" document.write(chaine); var speedx = -16;var speedy = 0; function voirMenu(minx,maxx,miny,maxy,posx,posy) { if (navigator.appName=="Microsoft Internet Explorer") {tailley = document.body.clientHeight;taillex = document.body.clientWidth;offsety = document.body.scrollTop;offsetx = document.body.scrollLeft;} else {tailley = window.innerHeight;taillex = window.innerWidth;offsety = window.pageYOffset;offsetx = window.pageXOffset;} (posx+=speedx);posy=offsety; if(posx>maxx){posx=maxx;}; if(posxdocument.all.obj1.style.left=posx;document.all.obj1.style.top=posy; document.all.para.style.left=0;document.all.para.style.top=Math.random()*155; tempo=window.setTimeout('voirMenu('+minx+','+maxx+','+miny+','+maxy+','+posx+','+posy+')',8); } function inverse() {speedx = -speedx;}
Réponses:
Répondre
|

|