| Créer un accordéon (messages) | |
|
|
Swan.
{ Membre }
Messages : 125
| Hey! Merci pour ce tuto superbe! Cependant, je n'y arrive absolument pas! Ma page ressemble à ça pour le moment: - Spoiler:
Ne faite pas attention aux points blanc, ce sont des flocons de neige. Je n'est pas encore mis d'image, 'jaurais aimer que l'on vois ma PA directement, et qu'ensuite on déroule pour voir des image que je vais faire. Ma PA:- Spoiler:
- Code:
-
<div class="gensmall"><script type="text/javascript">haccordion.setup({ accordionid: 'hc1', //main accordion div id paneldimensions: {peekw:'30px', fullw:'210px', h:'50px'}, selectedli: [0, true], //[selectedli_index, persiststate_bool] collapsecurrent: false //<- No comma following very last setting! })</script><div id="hc1" class="<li style="overflow: hidden; width:VALEURpx; display: block;"><div class="hpanel"><a href="LIEN" target="_blank"><img src="IMAGE" alt=""></a></div></li> <li style="overflow: hidden; width:VALEURpx; display: block;"><div class="hpanel"><img src="IMAGE" style="float:left; padding-right:8px; width:LARGEUR DE L'IMAGEpx; height:HAUTEUR DE L'IMAGEpx" />BLABLABLABLABLA</a></div></li> <li style="overflow: hidden; width:VALEURpx; display: block;"><div class="hpanel"><img src="IMAGE" style="float:left; padding-right:8px; width:LARGEUR DE L'IMAGEpx; height:HAUTEUR DE L'IMAGEpx" />BLABLABLABLABLA</a></div></li>"><ul> <li style="overflow: hidden; width:40px; display: block;"><div class="hpanel"><a href="LIEN" target="_blank"><img src="IMAGE" alt=""></a></div></li></ul></div>[/spoiler] Le Css: - Code:
-
.haccordion{ padding: 20; width: 800px; }
.haccordion ul{ margin:10; padding: 0; list-style: none; overflow: hidden; }
[spoiler].haccordion li{ margin: 10; padding: 40; display: block; width: 100%; height: 20px; overflow: hidden; float: left; }
#hc1 li{ margin:0 0px 0 0; width: 800px; }
#hc1 li .hpanel{ padding: 0px; background: transparent; }
.haccordion li .hpanel{ width: 20px; height: 20px; }
#hc1 li{width: 118px; height: 124px; } #hc1 li .hpanel{width: 205px; height: 124px; }
La page HTLM:- Spoiler:
- Code:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title></title> </head> <body> <!--Make sure your page contains a valid doctype at the very top-->
<link rel="stylesheet" type="text/css" href="haccordion.css" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="haccordion.js">
/*********************************************** * Horizontal Accordion script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more ***********************************************/
</script>
<style type="text/css">
/*CSS for example Accordion #hc1*/
#hc1 li{ margin:0 3px 0 0; /*Spacing between each LI container*/ }
#hc1 li .hpanel{ padding: 5px; /*Padding inside each content*/ background: lightblue; }
/*CSS for example Accordion #hc2*/
#hc2 li{ margin:0 0 0 0; /*Spacing between each LI container*/ border: 12px solid black; }
#hc2 li .hpanel{ padding: 5px; /*Padding inside each content*/ background: #E2E9FF; cursor: hand; cursor: pointer; }
</style>
<script type="text/javascript">
haccordion.setup({ accordionid: 'hc1', //main accordion div id paneldimensions: {peekw:'50px', fullw:'400px', h:'158px'}, selectedli: [0, true], //[selectedli_index, persiststate_bool] collapsecurrent: false //<- No comma following very last setting! })
haccordion.setup({ accordionid: 'hc2', //main accordion div id paneldimensions: {peekw:'30px', fullw:'450px', h:'150px'}, selectedli: [-1, true], //[selectedli_index, persiststate_bool] collapsecurrent: true //<- No comma following very last setting! })
</script>
<script type="text/javascript" src=" http://pmsc.free.fr/J03/1045165647.js"></script> </script> </body> </html>
Voilà, ou dois-je mettre les images pour qu'elles apparaissent? Comment mettre ma Pa de base en première et les images dans les autres accordéons? Je me doute qu'il doit y avoir beaucoup d'erreur, soyez indulgent car je n'est jamais, je dit bien JAMAIS fait de code de toute ma vie, je patauge, faut que sa rentre et c'est normal. Je dis un grand merci en avance à la personne qui m'aidera! | | |
|
| |
Swan.
{ Membre }
Messages : 125
| |
| |
Tupac
{ Membre actif }
Messages : 368
| Bonsoir Fromhell Votre code de page d'accueil n'était pas bon. A vous de mettre vos propres images. - Spoiler:
- Code:
-
})</script><div id="hc1" class="haccordion"><ul> <li style="overflow: hidden; display: block;"><div class="hpanel"><img src="http://i36.servimg.com/u/f36/14/66/38/24/311.png" alt=""></a></div></li> <li style="overflow: hidden; display: block;"><div class="hpanel"><img src="http://i36.servimg.com/u/f36/14/66/38/24/311.png" alt=""></a></div></li> <li style="overflow: hidden; display: block;"><div class="hpanel"><img src="http://i36.servimg.com/u/f36/14/66/38/24/311.png" alt=""></a></div></li> <li style="overflow: hidden; display: block;"><div class="hpanel"><img src="http://i36.servimg.com/u/f36/14/66/38/24/311.png" alt=""></a></div></li> </ul></div>
| | |
|
| |
ptitlac
{ Membre }
Messages : 226
| Bonsoir,
Alors voilà, je ne comprend vraiment pas où se trouve mon problème. J'ai mis tout comme il faut sur un forum teste et l'accordéon passe à merveille.
ensuite je l'ai mis sur mon forum et là, problème le même CSS et le même code dans la PA ne rend absolument pas là même chose, mes images ne se voient pas et la largeur totale reste très petite.
Quel peut être le problème à votre avis ?
En vous remerciant. | | |
|
| |
Tupac
{ Membre actif }
Messages : 368
| Bonsoir
Je voulais savoir comment faire pour qu'une page du menu se referme lorsque le curseur sort de celle ci comme sur le 2 ème menu de ce lien.
Bonne soirée | | |
|
| |
Swan.
{ Membre }
Messages : 125
| Merci Tupac, je préviendrais quand le tout sera enfin fini. | | |
|
| |
Hiro
Ninja Codeur
Messages : 1179
| Tupac , utilise la fonction onmouseout .
| | |
|
| |
Tupac
{ Membre actif }
Messages : 368
| Merci Hiro,mais je n'arrive pas a situer l'endroit dans le code html. - Spoiler:
haccordion.setup({ accordionid: 'hc1', //main accordion div id paneldimensions: {peekw:'50px', fullw:'300px', h:'160px'}, selectedli: [0, true], //[selectedli_index, persiststate_bool] collapsecurrent: false //<- No comma following very last setting! })
bla bla bla
bla bla bla
bla bla bla
bla bla bla
bla bla bla
bla bla bla
| | |
|
| |
Roxy
{ Membre }
Messages : 76
| Hello !
Je viens de suivre tout le tuto et j'ai un soucis ...
Lorsque j'ouvre ma page, mes images sont les unes en dessous des autres et dès que je passe dessus, elles se mettent en accordéon. Par contre, pas moyen d'ouvrir l'accordéon >>
Mon fofo test http://monfofo.forums-actifs.com/ C'est dans l'onglet partenariat de ma page d'accueil.
| | |
|
| |
Tupac
{ Membre actif }
Messages : 368
| Bonsoir
Je peux avoir votre code css et html s'il vous plait. | | |
|
| |
Roxy
{ Membre }
Messages : 76
| Bonsoir ! Voilà mon CSS - Code:
-
.haccordion{ padding: 0; width: 500px; }
.haccordion ul{ margin: 0; padding: 0; list-style: none; overflow: hidden; }
.haccordion li{ margin: 0; padding: 0; display: block; width: 345px; height: 35px; overflow: hidden; float: left; }
#hc1 li{ margin:0 0px 0 0; width: 100px; }
#hc1 li .hpanel{ padding: 0px; background: transparent; width: 100px; height: 35px; }
.haccordion li .hpanel{ width: 345px; height: 35px; }
#hc1 li{ width: 100px; height: 35px; } Et mon HTML - Code:
-
<center><div class="gensmall"><script type="text/javascript">haccordion.setup({ accordionid: 'hc1', //main accordion div id paneldimensions: {peekw:'35px', fullw:'100px', h:'35px'}, selectedli: [0, true], //[selectedli_index, persiststate_bool] collapsecurrent: false //<- No comma following very last setting! })</script><div id="hc1" class="haccordion"><ul> <li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://gwendalivia.e-monsite.com/" target="_blank"><img src="http://i37.servimg.com/u/f37/11/97/94/33/bouton10.png" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://fofolies.forumotion.com/forum.htm" target="_blank"><img src="http://img4.hostingpics.net/pics/78636510035.png" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://avadakedavra.forumactif.org/forum.htm" target="_blank"><img src="http://img801.imageshack.us/img801/9035/bannpub2.png" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://crossover.1fr1.net/forum.htm" target="_blank"><img src="http://img7.hostingpics.net/pics/686638Bouton_partenariat01.jpg" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://unbreakable-vow.forumactif.org/forum.htm" target="_blank"><img src="http://i39.servimg.com/u/f39/13/59/35/10/bouton10.png" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://school-of-pub.forumotion.com/forum.htm" target="_blank"><img src="http://i38.servimg.com/u/f38/12/88/30/25/88x3111.gif" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://schoolpoudlard.forums-actifs.com/forum" target="_blank"><img src="http://img4.hostingpics.net/pics/392234SPBouton2.png" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://www.hungcalf.com/forum.htm" target="_blank"><img src="http://i37.tinypic.com/do2hr6.jpg" alt=""></a></div></li></ul></div></center> Merci d'avance de votre aide ... | | |
|
| |
Tupac
{ Membre actif }
Messages : 368
| Bonsoir Cathy Voila j'ai juste retiré les width:500px qui n'avait pas leurs places dans ton code html - Spoiler:
- Code:
-
<center><div class="gensmall"><script type="text/javascript">haccordion.setup({ accordionid: 'hc1', //main accordion div id paneldimensions: {peekw:'35px', fullw:'100px', h:'35px'}, selectedli: [0, true], //[selectedli_index, persiststate_bool] collapsecurrent: false //<- No comma following very last setting! })</script><div id="hc1" class="haccordion"><ul>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://gwendalivia.e-monsite.com/" target="_blank"><img src="http://i37.servimg.com/u/f37/11/97/94/33/bouton10.png" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://fofolies.forumotion.com/forum.htm" target="_blank"><img src="http://img4.hostingpics.net/pics/78636510035.png" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://avadakedavra.forumactif.org/forum.htm" target="_blank"><img src="http://img801.imageshack.us/img801/9035/bannpub2.png" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://crossover.1fr1.net/forum.htm" target="_blank"><img src="http://img7.hostingpics.net/pics/686638Bouton_partenariat01.jpg" alt=""></a></div>
</li><li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://unbreakable-vow.forumactif.org/forum.htm" target="_blank"><img src="http://i39.servimg.com/u/f39/13/59/35/10/bouton10.png" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://school-of-pub.forumotion.com/forum.htm" target="_blank"><img src="http://i38.servimg.com/u/f38/12/88/30/25/88x3111.gif" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://schoolpoudlard.forums-actifs.com/forum" target="_blank"><img src="http://img4.hostingpics.net/pics/392234SPBouton2.png" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://www.hungcalf.com/forum.htm" target="_blank"><img src="http://i37.tinypic.com/do2hr6.jpg" alt=""></a></div></li></ul></div></center>
| | |
|
| |
Roxy
{ Membre }
Messages : 76
| Merci !!! Maintenant mon accordéon ressemble à un accordéon ^^
Mais ... j'ai encore un soucis ... Pas moyen d'ouvrir l'accordéon, je ne vois pas mes images en entier ... | | |
|
| |
Tupac
{ Membre actif }
Messages : 368
| J'ai essayé avec votre code css et le code html que j'ai modifié et ça marche très bien.
Vous n'avez rien modifié sur le code que je vous est passé? | | |
|
| |
Roxy
{ Membre }
Messages : 76
| Non j'ai rien modifier du tout ... | | |
|
| |
Tupac
{ Membre actif }
Messages : 368
| Essaie avec mon code css et html pour voir parce que chez moi ça fonctionne très bien et si ça ne fonctionne pas demande de l'aide auprès d'un codeur. - Spoiler:
- Code:
-
.haccordion{ margin-left: 50px; margin-right: 0px; width: 650px; font-size:11px; color: #ffffff; font-family: Comic Sans MS; } .haccordion ul{ margin: 0; padding: 0; list-style: none; overflow: hidden; } .haccordion li{ margin: 0; padding: 0; display: block; width: 100%; height: 20px; overflow: hidden; float: left; } #hc1 li{ margin:0 0px 0 0; width: 650px; } #hc1 li .hpanel{ padding: 5px; background: transparent; } .haccordion li .hpanel{ width: px; height: px; -moz-border-radius: 5px; 5px; 5px; 5px; -webkit-border-radius: 5px; 5px; 5px; 5px; } #hc1 li{width: 205px; height: 124px; } #hc1 li .hpanel{width: 205px; height: 124px; }
- Spoiler:
- Code:
-
<center><div class="gensmall"><script type="text/javascript">haccordion.setup({ accordionid: 'hc1', //main accordion div id paneldimensions: {peekw:'25px', fullw:'100px', h:'35px'}, selectedli: [0, true], //[selectedli_index, persiststate_bool] collapsecurrent: false //<- No comma following very last setting! })</script><div id="hc1" class="haccordion"><ul>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://gwendalivia.e-monsite.com/" target="_blank"><img src="http://i37.servimg.com/u/f37/11/97/94/33/bouton10.png" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://fofolies.forumotion.com/forum.htm" target="_blank"><img src="http://img4.hostingpics.net/pics/78636510035.png" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://avadakedavra.forumactif.org/forum.htm" target="_blank"><img src="http://img801.imageshack.us/img801/9035/bannpub2.png" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://crossover.1fr1.net/forum.htm" target="_blank"><img src="http://img7.hostingpics.net/pics/686638Bouton_partenariat01.jpg" alt=""></a></div></li>
</li><li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://unbreakable-vow.forumactif.org/forum.htm" target="_blank"><img src="http://i39.servimg.com/u/f39/13/59/35/10/bouton10.png" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://school-of-pub.forumotion.com/forum.htm" target="_blank"><img src="http://i38.servimg.com/u/f38/12/88/30/25/88x3111.gif" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://schoolpoudlard.forums-actifs.com/forum" target="_blank"><img src="http://img4.hostingpics.net/pics/392234SPBouton2.png" alt=""></a></div></li>
<li style="overflow: hidden; display: block;"><div class="hpanel"><a href="http://www.hungcalf.com/forum.htm" target="_blank"><img src="http://i37.tinypic.com/do2hr6.jpg" alt=""></a></div></li></ul></div></center>
| | |
|
| |
Roxy
{ Membre }
Messages : 76
| Même avec tes codes, ça ne fonctionne pas ...
Merci quand même de ton aide, je vais voir ça avec un codeur. | | |
|
| |
james1920
{ Membre actif }
Messages : 422
| Dans ce cas je pourrais avoir ton code ? css/html/js
Pour que je puisse tester
James | | |
|
| |
Roxy
{ Membre }
Messages : 76
| Oki, je te donne tout ça ... Voilà mon CSS - Code:
-
.haccordion{ padding: 0; width: 500px; }
.haccordion ul{ margin: 0; padding: 0; list-style: none; overflow: hidden; }
.haccordion li{ margin: 0; padding: 0; display: block; width: 345px; height: 35px; overflow: hidden; float: left; }
#hc1 li{ margin:0 0px 0 0; width: 100px; }
#hc1 li .hpanel{ padding: 0px; background: transparent; width: 100px; height: 35px; }
.haccordion li .hpanel{ width: 345px; height: 35px; }
#hc1 li{ width: 100px; height: 35px; } Et mon HTML - Code:
-
<center><div class="gensmall"><script type="text/javascript">haccordion.setup({ accordionid: 'hc1', //main accordion div id paneldimensions: {peekw:'35px', fullw:'100px', h:'35px'}, selectedli: [0, true], //[selectedli_index, persiststate_bool] collapsecurrent: false //<- No comma following very last setting! })</script><div id="hc1" class="haccordion"><ul> <li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://gwendalivia.e-monsite.com/" target="_blank"><img src="http://i37.servimg.com/u/f37/11/97/94/33/bouton10.png" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://fofolies.forumotion.com/forum.htm" target="_blank"><img src="http://img4.hostingpics.net/pics/78636510035.png" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://avadakedavra.forumactif.org/forum.htm" target="_blank"><img src="http://img801.imageshack.us/img801/9035/bannpub2.png" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://crossover.1fr1.net/forum.htm" target="_blank"><img src="http://img7.hostingpics.net/pics/686638Bouton_partenariat01.jpg" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://unbreakable-vow.forumactif.org/forum.htm" target="_blank"><img src="http://i39.servimg.com/u/f39/13/59/35/10/bouton10.png" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://school-of-pub.forumotion.com/forum.htm" target="_blank"><img src="http://i38.servimg.com/u/f38/12/88/30/25/88x3111.gif" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://schoolpoudlard.forums-actifs.com/forum" target="_blank"><img src="http://img4.hostingpics.net/pics/392234SPBouton2.png" alt=""></a></div></li><li style="overflow: hidden; width:500px; display: block;"><div class="hpanel"><a href="http://www.hungcalf.com/forum.htm" target="_blank"><img src="http://i37.tinypic.com/do2hr6.jpg" alt=""></a></div></li></ul></div></center> Ma page HTML (Je me demande si la faute ne serait pas par ici ...) - Code:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title></title> </head> <body> <!--Make sure your page contains a valid doctype at the very top-->
<link rel="stylesheet" type="text/css" href="haccordion.css" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="haccordion.js">
/*********************************************** * Horizontal Accordion script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more ***********************************************/
</script>
<style type="text/css">
/*CSS for example Accordion #hc1*/
#hc1 li{ margin:0 3px 0 0; /*Spacing between each LI container*/ }
#hc1 li .hpanel{ padding: 5px; /*Padding inside each content*/ background: lightblue; }
/*CSS for example Accordion #hc2*/
#hc2 li{ margin:0 0 0 0; /*Spacing between each LI container*/ border: 12px solid black; }
#hc2 li .hpanel{ padding: 5px; /*Padding inside each content*/ background: #E2E9FF; cursor: hand; cursor: pointer; }
</style>
<script type="text/javascript">
haccordion.setup({ accordionid: 'hc1', //main accordion div id paneldimensions: {peekw:'50px', fullw:'400px', h:'158px'}, selectedli: [0, true], //[selectedli_index, persiststate_bool] collapsecurrent: false //<- No comma following very last setting! })
haccordion.setup({ accordionid: 'hc2', //main accordion div id paneldimensions: {peekw:'30px', fullw:'450px', h:'150px'}, selectedli: [-1, true], //[selectedli_index, persiststate_bool] collapsecurrent: true //<- No comma following very last setting! })
</script>
<script type="text/javascript" src=" http://pmsc.free.fr/J03/1045165647.js"></script> </script> </body> </html> Merci d'avance de ton aide ... | | |
|
| |
A.Kaw
{ Membre }
Messages : 8
| Bonjour,
J'ai une question, mon accordéon marche très bien. Je l'ai positionné au niveau de l'annonce. Par contre je n'arrive pas à le center pour ne pas qu'il soit complètement à droite.
Quelqu'un pour m'aider? =) | | |
|
| |
Tupac
{ Membre actif }
Messages : 368
| Bonsoir As-tu essayé avec "center"ci cela ne fonctionne pas augmente le pading dans ton css - Code:
-
.haccordion{ padding: 0; width: 800px; } | | |
|
| |
A.Kaw
{ Membre }
Messages : 8
| Finalement j'ai laissé tomber l'idée de l'accordéon donc la question n'est plus d'actualité. Désolé. Mais merci d'avoir répondu j'essaierai ça une autre fois! =) | | |
|
| |
Laru
{ Membre }
Messages : 16
| Tout d'abord, merci pour l'astuce ! Ça faisait longtemps que j'avais envie de tester et là tout est clair *__*
Mais je me posais une question : est-ce que c'est possible de faire des infobulles dans un des onglets de l'accordéon ou pas du tout ? | | |
|
| |
Tupac
{ Membre actif }
Messages : 368
| Bonsoir
Bien sur c'est possible faite le test. | | |
|
| |
Phantasmagoria
{ Membre hyper-actif }
Messages : 1636
| Hello
Alors j'ai deux petites questions :
J'ai crée l'accordéon mais je voulais savoir si c'est possible de faire toute une page d'accueil avec? Genre au lieu des images, j'aurai des petits tableaux? Si la réponse est positive, est ce que c'est possible de faire un accordéon dans un autre? Genre, je fais ma page d'accueil ensuite je fais un autre petit accordéon dans le 2éme panneau (c'est un exemple) C'est possible?
Merci *.* | | |
|
| |
Contenu sponsorisé
| |
| |
| Créer un accordéon (messages) | |
|