Impossible d'insérer menu java script
Fermé
kiki7
Messages postés
121
Date d'inscription
mardi 12 octobre 2004
Statut
Membre
Dernière intervention
8 juillet 2012
-
12 mai 2009 à 02:03
kiki7 Messages postés 121 Date d'inscription mardi 12 octobre 2004 Statut Membre Dernière intervention 8 juillet 2012 - 14 mai 2009 à 13:27
kiki7 Messages postés 121 Date d'inscription mardi 12 octobre 2004 Statut Membre Dernière intervention 8 juillet 2012 - 14 mai 2009 à 13:27
A voir également:
- Impossible d'insérer menu java script
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux java itel football - Télécharger - Jeux vidéo
- Script vidéo youtube - Guide
- Insérer une vidéo sur powerpoint - Guide
- Insérer menu déroulant excel - Guide
3 réponses
kiki7
Messages postés
121
Date d'inscription
mardi 12 octobre 2004
Statut
Membre
Dernière intervention
8 juillet 2012
3
12 mai 2009 à 13:32
12 mai 2009 à 13:32
Bonjour
Merci de votre réponse
Je vais testé et je vous tiendrai au courant de la suite des évènements
Merci beaucoup
A bientôt
Merci de votre réponse
Je vais testé et je vous tiendrai au courant de la suite des évènements
Merci beaucoup
A bientôt
dans tons site il faut que tu mette ces ligne (dans la partie code de dreamweaver pas dans la partie graphique)
et que tu mette tes fichiers .js et .css dans le meme dossier que les pages de ton site.
normalement ca doit fonctionner (j'ai pas relu le javascript, je fais confiance a ton logiciel)
<!-- BEGIN --> <link href="./jsmenu01.css" type=text/css rel=stylesheet> <script language="javascript" src="./jsmenu01cfg.js"></script> <script language="javascript" src="./jsmenu0.js"></script> <!-- END -->
et que tu mette tes fichiers .js et .css dans le meme dossier que les pages de ton site.
normalement ca doit fonctionner (j'ai pas relu le javascript, je fais confiance a ton logiciel)
kiki7
Messages postés
121
Date d'inscription
mardi 12 octobre 2004
Statut
Membre
Dernière intervention
8 juillet 2012
3
12 mai 2009 à 22:02
12 mai 2009 à 22:02
Bonsoir,
J'ai bien essayé mais ça n'a pas marché ou bien je me débrouille mal
Je vous transmets ma page du site pour voir si j'ai bien mit le code ou il faut
Merci d'avance
A bientôt
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>cool</title>
<style type="text/css">
<!--
<!-- BEGIN -->
<link href="./jsmenu01.css" type=text/css rel=stylesheet>
<script language="javascript" src="./jsmenu01cfg.js"></script>
<script language="javascript" src="./jsmenu0.js"></script>
<!-- END -->
body {
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
border: medium solid #CCCCCC;
}
#grandcadre {
position:absolute;
left:1px;
top:0px;
width:1280px;
height:831px;
z-index:1;
background-color: #CCCCCC;
visibility: visible;
}
#petitcadre {
position:absolute;
left:141px;
top:1px;
width:984px;
height:818px;
z-index:2;
background-color: #FFFFFF;
visibility: visible;
border: medium solid #CCCCCC;
}
body,td,th {
color: #0099FF;
}
#bdeau {
position:absolute;
left:141px;
top:1px;
width:986px;
height:34px;
z-index:3;
visibility: visible;
border: thin solid #CCCCCC;
}
#zut {
position:absolute;
left:930px;
top:180px;
width:164px;
height:-3px;
z-index:4;
visibility: visible;
border: thin solid #CCCCCC;
}
#inscription {
position:absolute;
left:930px;
top:355px;
width:164px;
height:154px;
z-index:5;
visibility: visible;
border: thin solid #CCCCCC;
}
#nvactivite {
position:absolute;
left:930px;
top:528px;
width:164px;
height:154px;
z-index:6;
visibility: visible;
border: thin solid #CCCCCC;
}
#infostage {
position:absolute;
left:205px;
top:160px;
width:591px;
height:285px;
z-index:7;
overflow: hidden;
visibility: visible;
border: thin solid #CCCCCC;
}
#Layer8 {
position:absolute;
left:0px;
top:0px;
width:208px;
height:507px;
z-index:8;
}
#info {
position:absolute;
left:206px;
top:477px;
width:591px;
height:285px;
z-index:8;
border: thin solid #CCCCCC;
visibility: visible;
}
.Style1 {color: #000000}
.Style3 {color: #FF0000}
.Style4 {
color: #FF0000;
font-family: Bandit;
font-size: large;
}
.Style6 {color: #000000; font-family: "Bitstream Vera Sans"; }
.Style7 {font-family: "Bitstream Vera Sans"}
.Style8 {color: #000000; font-family: "Bitstream Vera Sans"; font-size: 16px; }
.Style11 {font-size: 36px}
-->
</style>
</head>
<body>
<div id="grandcadre"></div>
<div id="petitcadre"></div>
<div class="Style11" id="bdeau">
<p><br />
</p>
</div>
<div id="alahune">
<div align="center" class="Style4">coucou </div>
<p align="center" class="Style6">ça y est le numéro<br />
...<br />
<br />
Bonne lecture. <br />
<br /> >> lire la suite </p>
J'ai bien essayé mais ça n'a pas marché ou bien je me débrouille mal
Je vous transmets ma page du site pour voir si j'ai bien mit le code ou il faut
Merci d'avance
A bientôt
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>cool</title>
<style type="text/css">
<!--
<!-- BEGIN -->
<link href="./jsmenu01.css" type=text/css rel=stylesheet>
<script language="javascript" src="./jsmenu01cfg.js"></script>
<script language="javascript" src="./jsmenu0.js"></script>
<!-- END -->
body {
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
border: medium solid #CCCCCC;
}
#grandcadre {
position:absolute;
left:1px;
top:0px;
width:1280px;
height:831px;
z-index:1;
background-color: #CCCCCC;
visibility: visible;
}
#petitcadre {
position:absolute;
left:141px;
top:1px;
width:984px;
height:818px;
z-index:2;
background-color: #FFFFFF;
visibility: visible;
border: medium solid #CCCCCC;
}
body,td,th {
color: #0099FF;
}
#bdeau {
position:absolute;
left:141px;
top:1px;
width:986px;
height:34px;
z-index:3;
visibility: visible;
border: thin solid #CCCCCC;
}
#zut {
position:absolute;
left:930px;
top:180px;
width:164px;
height:-3px;
z-index:4;
visibility: visible;
border: thin solid #CCCCCC;
}
#inscription {
position:absolute;
left:930px;
top:355px;
width:164px;
height:154px;
z-index:5;
visibility: visible;
border: thin solid #CCCCCC;
}
#nvactivite {
position:absolute;
left:930px;
top:528px;
width:164px;
height:154px;
z-index:6;
visibility: visible;
border: thin solid #CCCCCC;
}
#infostage {
position:absolute;
left:205px;
top:160px;
width:591px;
height:285px;
z-index:7;
overflow: hidden;
visibility: visible;
border: thin solid #CCCCCC;
}
#Layer8 {
position:absolute;
left:0px;
top:0px;
width:208px;
height:507px;
z-index:8;
}
#info {
position:absolute;
left:206px;
top:477px;
width:591px;
height:285px;
z-index:8;
border: thin solid #CCCCCC;
visibility: visible;
}
.Style1 {color: #000000}
.Style3 {color: #FF0000}
.Style4 {
color: #FF0000;
font-family: Bandit;
font-size: large;
}
.Style6 {color: #000000; font-family: "Bitstream Vera Sans"; }
.Style7 {font-family: "Bitstream Vera Sans"}
.Style8 {color: #000000; font-family: "Bitstream Vera Sans"; font-size: 16px; }
.Style11 {font-size: 36px}
-->
</style>
</head>
<body>
<div id="grandcadre"></div>
<div id="petitcadre"></div>
<div class="Style11" id="bdeau">
<p><br />
</p>
</div>
<div id="alahune">
<div align="center" class="Style4">coucou </div>
<p align="center" class="Style6">ça y est le numéro<br />
...<br />
<br />
Bonne lecture. <br />
<br /> >> lire la suite </p>
kiki7
Messages postés
121
Date d'inscription
mardi 12 octobre 2004
Statut
Membre
Dernière intervention
8 juillet 2012
3
14 mai 2009 à 13:27
14 mai 2009 à 13:27
Bonjour
S'il vous plait aidez moi
je vous remercie d'avance
A bientôt
S'il vous plait aidez moi
je vous remercie d'avance
A bientôt