Problème avec mon Menu Dynamic
meibi55
Inscrit le: 08 Fév 2005
Messages: 5
Posté le: Mar 08 Fév 2005, 1:40 pm
Mon menu dynamic se trouve dans ma frame de gauche et quand on passe la souris les sous menu se développe à droit mais sous la frame que j'ai au centre donc je cherche un moyen de faire que mon menu vienne au premier plan......
merci merci merci bcp
voila le script....
meibi55
Inscrit le: 08 Fév 2005
Messages: 5
Posté le: Mar 08 Fév 2005, 8:58 pm
bgcolor2='#FC6803';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFF; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/
/*
LIENS
*/
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[8] = new Array;
zlien[9] = new Array;
zlien[0][0] = '<A HREF="E:/Prive/Site Web CAC/Pages/Pages du site/organisation.htm" CLASS=ejsmenu><font color=#FFFFFF>Organisation</A>';
zlien[0][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Situation</A>';
zlien[0][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Entraînements</A>';
zlien[0][3] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Entraîneurs</A>';
zlien[0][4] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les groupes</A>';
zlien[0][5] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>La structure du club</A>';
zlien[0][6] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Cotisations</A>';
zlien[0][7] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Soutiens</A>';
zlien[1][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les grands athlètes</A>';
zlien[1][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les titres</A>';
zlien[2][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Groupe 1-7ans</A>';
zlien[2][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Groupe 7-12ans</A>';
zlien[2][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Groupe fun</A>';
zlien[2][3] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Groupe compétition</A>';
zlien[2][4] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Groupe nordic walking</A>';
zlien[3][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les membres</A>';
zlien[3][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les fonctions annexes</A>';
zlien[3][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Le président d\'honneur</A>';
zlien[4][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Courses sur stade</A>';
zlien[4][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Courses hors-stade</A>';
zlien[4][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Manifestations extras sportives</A>';
zlien[5][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Courses sur stade</A>';
zlien[5][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Courses hors-stade</A>';
zlien[5][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les dix bornes de Courtelary</A>';
zlien[5][3] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Performances 2004-2005</A>';
zlien[6][0] = '<A HREF="E:/prive/site web CAC/Pages/Pages du site/photos.htm" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Compétitions</A>';
zlien[6][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Camps d\'entraînement</A>';
zlien[6][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Autres</A>';
zlien[7][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Forum du Club</A>';
zlien[8][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Liens sportifs</A>';
zlien[8][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Liens utils</A>';
zlien[9][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>WebMaster</A>';
zlien[9][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Président</A>';
if(document.getElementById)
{
skn = document.getElementById("topdeck").style
skn.left = 99;
}
function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=220><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
{
content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=3 FACE=\"Arial\"> "+msg[pass]+"</FONT></TD></TR>";
pass++;
}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
if(document.getElementById)
skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
{
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150 HEIGHT=160><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=280>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],5)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 align="center" FACE="Arial" COLOR=#FFFFFF>Le Club</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],33)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Historique</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Les Athlètes</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],89)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial" COLOR=#FFFFFF>Le Comité</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],116)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Agenda</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],145)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Résultats</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],172)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Photos</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],200)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Forum</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[8],228)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Liens</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[9],257)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Contacts</FONT></TD></tr>')
document.write('</TABLE></TD></TR></TABLE></DIV>')
}
document.write('</div>');
suite
meibi55
Inscrit le: 08 Fév 2005
Messages: 5
Posté le: Mer 09 Fév 2005, 3:26 pm
alors voici le script docn ce script ce situe dans un fichier nommé ejs_menu_dyn_vert.js donc il est telle quelle ya pas de balise.
<SCRIPT LANGUAGE="JavaScript">.
bgcolor2='#FC6803';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFF; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/
/*
LIENS
*/
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[8] = new Array;
zlien[9] = new Array;
zlien[0][0] = '<A HREF="" CLASS=ejsmenu><font color=#FFFFFF>Organisation</A>';
zlien[0][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Situation</A>';
zlien[0][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Entraînements</A>';
zlien[0][3] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Entraîneurs</A>';
zlien[0][4] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les groupes</A>';
zlien[0][5] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>La structure du club</A>';
zlien[0][6] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Cotisations</A>';
zlien[0][7] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Soutiens</A>';
zlien[1][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les grands athlètes</A>';
zlien[1][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les titres</A>';
zlien[2][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Groupe 1-7ans</A>';
zlien[2][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Groupe 7-12ans</A>';
zlien[2][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Groupe fun</A>';
zlien[2][3] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Groupe compétition</A>';
zlien[2][4] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Groupe nordic walking</A>';
zlien[3][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les membres</A>';
zlien[3][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les fonctions annexes</A>';
zlien[3][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Le président d\'honneur</A>';
zlien[4][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Courses sur stade</A>';
zlien[4][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Courses hors-stade</A>';
zlien[4][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Manifestations extras sportives</A>';
zlien[5][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Courses sur stade</A>';
zlien[5][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Courses hors-stade</A>';
zlien[5][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Les dix bornes de Courtelary</A>';
zlien[5][3] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Performances 2004-2005</A>';
zlien[6][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Compétitions</A>';
zlien[6][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Camps d\'entraînement</A>';
zlien[6][2] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Autres</A>';
zlien[7][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Forum du Club</A>';
zlien[8][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Liens sportifs</A>';
zlien[8][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Liens utils</A>';
zlien[9][0] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>WebMaster</A>';
zlien[9][1] = '<A HREF="" CLASS=ejsmenu><FONT COLOR=#FFFFFF>Président</A>';
if(document.getElementById)
{
skn = document.getElementById("topdeck").style
skn.left = 99;
}
function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=220><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
{
content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=3 FACE=\"Arial\"> "+msg[pass]+"</FONT></TD></TR>";
pass++;
}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
if(document.getElementById)
skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
{
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150 HEIGHT=160><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=280>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+'
onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],5)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 align="center" FACE="Arial" COLOR=#FFFFFF>Le Club</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],33)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Historique</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Les Athlètes</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],89)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial" COLOR=#FFFFFF>Le Comité</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],116)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Agenda</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],145)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Résultats</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],172)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Photos</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],200)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Forum</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[8],228)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Liens</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[9],257)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Arial"COLOR=#FFFFFF>Contacts</FONT></TD></tr>')
document.write('</TABLE></TD></TR></TABLE></DIV>')
}
document.write('</div>'
</script>
et dans ma page : frame de gauche j'ai juste le code qui dis ca :
<SCRIPT LANGUAGE="JavaScript" SRC="ejs_menu_dyn_vert.js"></SCRIPT>
et voici le code de a page final :
<html><head>
<SCRIPT LANGUAGE="JavaScript">
if (parent.frames.length > 0)
{
window.top.location.href = location.href;
}
</SCRIPT>
<!-- Balise meta ici -->
<script type="text/javascript" language="javascript">
<!--
if(parent.frames.length>0)
top.location=document.URL;
// -->
</script>
</head>
<frameset framespacing="0" frameborder="0" border="0" rows="146,*">
<frame src="Frame_haut.htm" name="bannière" scrolling="no" noresize marginwidth="0" marginheight="0">
<frameset framespacing="0" frameborder="0" border="0" cols="257,*">
<frame src="frame_gauche.htm" name="" scrolling="no" noresize marginwidth="0" marginheight="0">
<frame src="frame_centre.htm" name="centre" scrolling="auto" noresize marginwidth="0" marginheight="0">
</frameset><noframes><body><p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><b><font face="Arial" size="4">Votre navigateur est incompatible pour afficher ce site
vous pourriez essayer
<a href="http://www.01net.com/telecharger/windows/Internet/navigateur/fiches/13759.html">
celui-ci </a>pour continuer</font></b></p>
</body></noframes></frameset>
si tu désire autre chose dis moi mais le truc des balises j'ai pas capté...
sinon pendant qu'on y ai j'avais une autre question concernant ce menu j'aimerai que quand la souris passe dessu ca se développe et dès que la souris est plus dessus le menu qui c'est développé disparaisse parce que la il reste ouvert et faut cliquer a coté du menu pour qu'il disparaisse....
merci bcp
Annonces && Topic Scooping
Vous pouvez poster de nouveaux sujets dans ce forum Vous pouvez répondre aux sujets dans ce forum Vous ne pouvez pas éditer vos messages dans ce forum Vous ne pouvez pas supprimer vos messages dans ce forum Vous ne pouvez pas voter dans les sondages de ce forum
Toutes les heures sont au format GMT + 2 Heures
Page 1 sur 1
Inscriptions / messages bloqués: 2699 / 640
Mesure d'audience ROI statistique webanalytics par