| ||||||||
Petit astucien | salut,
je n'arrive plus a faire apparaitre mon menu il doit avoir un problème maius je ne vois pas. il n'apparait plus sur ma page principal lorsque j'ouvre la page avec internet explorer
voi-ci le code de mon fichier .js:
bgcolor='#000000';
bgcolor3='#66CCFF';/* bord des cardes*/
bgcolor4='#66CCFF';/*couleur au passage de la souris*/
ecriture='Comic Sans MS';/*ecriture du tableau*/
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[1][0] = '<A HREF="" CLASS=ejsmenu></A>';
zlien[1][1] = '<A HREF="" TARGET="p" CLASS=ejsmenu>Membres</A>';
zlien[1][2] = '<A HREF="" TARGET="" CLASS=ejsmenu>Locaux</A>';
zlien[1][3] = '<A HREF="" TARGET="" CLASS=ejsmenu>Plan d\\\\'eau</A>';
zlien[1][4] = '<A HREF="" TARGET="" CLASS=ejsmenu>Nos bateaux</A>';
zlien[1][5] = '<A HREF="2.Présentation/notre histoire/histoire.htm" TARGET="p" CLASS=ejsmenu>Notre histoire</A>';
zlien[1][6] = '<A HREF="" TARGET="" CLASS=ejsmenu>Contact</A>';
zlien[1][7] = '<A HREF="2.Présentation/réglement intérieur/reglement interieur.htm" TARGET="p" CLASS=ejsmenu>Réglement intérieur</A>';
zlien[2][0] = '<A HREF="" TARGET="" CLASS=ejsmenu></A>';
zlien[2][1] = '<A HREF="" TARGET="" CLASS=ejsmenu>Horaires/Tarifs</A>';
zlien[2][2] = '<A HREF="" TARGET="" CLASS=ejsmenu>Entrainements</A>';
zlien[2][3] = '<A HREF="" TARGET="" CLASS=ejsmenu>Compétition</A>';
zlien[2][4] = '<A HREF="" TARGET="" CLASS=ejsmenu>Aviron de mer</A>';
zlien[2][5] = '<A HREF="" TARGET="" CLASS=ejsmenu>Aviron "loisir"</A>';
zlien[4][0] = '<A HREF="" TARGET="" CLASS=ejsmenu></A>';
zlien[4][1] = '<A HREF="" TARGET="" CLASS=ejsmenu>En mer</A>';
zlien[4][2] = '<A HREF="" TARGET="" CLASS=ejsmenu>En rivière</A>';
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 24;
function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=1 bordercolor="+bgcolor3+" CELLPADDING=0 CELLSPACING=0 BGCOLOR="+bgcolor+" WIDTH=200><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=1 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
{
content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor4+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE="Comic Sans MS"><B> "+msg[pass]+"</B></FONT></TD></TR>";
pass++;
}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
{
skn.document.write(content);
skn.document.close();
skn.visibility = "visible";
}
else if (dom)
{
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
else if (iex)
{
document.all("topdeck").innerHTML = content;
skn.visibility = "visible";
}
}
function kill()
{
skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV z-index:100 ID=topgauche><TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BGCOLOR="+bgcolor3+" WIDTH=980><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=1 WIDTH=100% HEIGHT=50 bordercolor='+bgcolor3+'><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\\\\''+bgcolor4+'\\\\';pop(zlien[0],0)" onMouseOut="this.style.background=\\\\''+bgcolor+'\\\\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE='+ecriture+'><B>Accueil</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\\\\''+bgcolor4+'\\\\';pop(zlien[1],121)" onMouseOut="this.style.background=\\\\''+bgcolor+'\\\\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],121)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE='+ecriture+'><B>Présentation</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\\\\''+bgcolor4+'\\\\';pop(zlien[2],243)" onMouseOut="this.style.background=\\\\''+bgcolor+'\\\\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],243)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE='+ecriture+'><B>Activités</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\\\\''+bgcolor4+'\\\\';pop(zlien[3],300)" onMouseOut="this.style.background=\\\\''+bgcolor+'\\\\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE='+ecriture+'><B>Photos/Vidéos</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\\\\''+bgcolor4+'\\\\';pop(zlien[4],489)" onMouseOut="this.style.background=\\\\''+bgcolor+'\\\\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],489)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE='+ecriture+'><B>Régates</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\\\\''+bgcolor4+'\\\\';pop(zlien[5],500)" onMouseOut="this.style.background=\\\\''+bgcolor+'\\\\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE='+ecriture+'><B>Partenaires</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\\\\''+bgcolor4+'\\\\';pop(zlien[6],600)" onMouseOut="this.style.background=\\\\''+bgcolor+'\\\\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],600)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE='+ecriture+'><B>Liens</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\\\\''+bgcolor4+'\\\\';pop(zlien[7],700)" onMouseOut="this.style.background=\\\\''+bgcolor+'\\\\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],700)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE='+ecriture+'><B>Forum</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
voi-ci comment je l'appelle:
<SCRIPT LANGUAGE="JavaScript" SRC="ejs_menu_dyn.js"></SCRIPT>
quel est le problème??
Modifié par bisexuel le 20/01/2005 18:15 | |||||||
Publicité | ||||||||
| ||||||||
Petit astucien | up | |||||||
Petit astucien | [img]http://img65.exs.cx/img65/8207/up4ay.gif[/img] | |||||||
Petit astucien | [img]http://img65.exs.cx/img65/8207/up4ay.gif[/img] | |||||||
Petit astucien | [img]http://img65.exs.cx/img65/8207/up4ay.gif[/img] | |||||||
Petit astucien | [img]http://img65.exs.cx/img65/8207/up4ay.gif[/img]
s'il vous plait pouvez-vous m'aider, je suis bloquer sur þa. | |||||||
Petit astucien | [img]http://img65.exs.cx/img65/8207/up4ay.gif[/img]
il y a quelq'un ???
qui peut m'aider?? | |||||||
Petit astucien | up
aidez-moi!!!!!!!!! | |||||||
|
Les bons plans du moment PC Astuces | Tous les Bons Plans | ||||||||||||||||||
|