CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur: Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus! |
| Plusieurs onglets dans une page | |
| Cookie
{ Membre }
Messages : 28
| Bonjour =) Voila, c'est un problème sur mon blog. Plus précisément : Overblog. Mon problème : J'ai plusieurs images pour présenter des livres avec des ongles ( comme c'est des trilogies ). Je vous met une capture pour mieux expliquer : Ici. Donc jusque là j'espère que j'ai réussi à bien expliquer ^^ Et donc, les onglets défilent correctement quand on va dessus pour la saga Twilight. Mais quand on va sur la trilogie " Croisée des mondes " au niveau des onglets, ce sont les onglets Twilight qui défile. Je n'arrive pas à comprendre pourquoi et comment le résoudre ! Ici pour la suite Code : - Code:
-
<p><img class="CtreTexte" src="http://img7.hostingpics.net/pics/933637fascination.png" usemap="#PAemily.png" style="border: 0pt none;" id="aab" name="aab" /> <map id="PAemily.png" name="PAemily.png">
<area onmouseover="document.getElementById('aab').src ='http://img7.hostingpics.net/pics/933637fascination.png'" shape="rect" coords="8,29,72,49" />
<area onmouseover="document.getElementById('aab').src ='http://img7.hostingpics.net/pics/324146tentation.png'" shape="rect" coords="69,27,128,51" />
<area onmouseover="document.getElementById('aab').src ='http://img10.hostingpics.net/pics/456646hesitation.png'" shape="rect" coords="130,25,193,51" />
<area onmouseover="document.getElementById('aab').src ='http://img10.hostingpics.net/pics/83057revelation.png'" shape="rect" coords="191,29,253,52" /> </map> </p>
<img src="http://img10.hostingpics.net/pics/83348Tome_01.png" alt="" usemap="#PAemily.png" style="border: 0pt none;" id="aab"> <map name="PAemily.png"> <area shape="rect" coords="8,23,74,47" target="" alt="" onmouseover="document.getElementById('aab').src ='http://img10.hostingpics.net/pics/83348Tome_01.png'">
<area shape="rect" coords="72,26,132,49" target="" alt="" onmouseover="document.getElementById('aab').src ='http://img10.hostingpics.net/pics/616469Tome_03.png'">
<area shape="rect" coords="130,27,193,49" target="" alt="" onmouseover="document.getElementById('aab').src ='http://img10.hostingpics.net/pics/70193Tome_02.png'">
</map> Merci d'avance =)
| | |
| | | Aeilan
{ Membre }
Messages : 26
| Bonjour, si tu donnes le même nom partout c'est normal... Voici le code corriger (par contre revois les coordonnées pour la croisée des mondes car le tome deux est mal placé ^^ )
- Code:
-
<p><img class="CtreTexte" src="http://img7.hostingpics.net/pics/933637fascination.png" usemap="#PAemily.png" style="border: 0pt none;" id="aab" name="aab" /> <map id="PAemily.png" name="PAemily.png">
<area onmouseover="document.getElementById('aab').src ='http://img7.hostingpics.net/pics/933637fascination.png'" shape="rect" coords="8,29,72,49" />
<area onmouseover="document.getElementById('aab').src ='http://img7.hostingpics.net/pics/324146tentation.png'" shape="rect" coords="69,27,128,51" />
<area onmouseover="document.getElementById('aab').src ='http://img10.hostingpics.net/pics/456646hesitation.png'" shape="rect" coords="130,25,193,51" />
<area onmouseover="document.getElementById('aab').src ='http://img10.hostingpics.net/pics/83057revelation.png'" shape="rect" coords="191,29,253,52" /> </map> </p>
<img src="http://img10.hostingpics.net/pics/83348Tome_01.png" alt="" usemap="#PA.png" style="border: 0pt none;" id="ccb"> <map name="PA.png"> <area shape="rect" coords="8,23,74,47" target="" alt="" onmouseover="document.getElementById('ccb').src ='http://img10.hostingpics.net/pics/83348Tome_01.png'">
<area shape="rect" coords="130,27,193,49" target="" alt="" onmouseover="document.getElementById('ccb').src ='http://img10.hostingpics.net/pics/70193Tome_02.png'">
<area shape="rect" coords="72,26,132,49" target="" alt="" onmouseover="document.getElementById('ccb').src ='http://img10.hostingpics.net/pics/616469Tome_03.png'">
</map></p> | | |
| | | Kimy
{ Membre actif }
Messages : 1190
| Pour les coordonnées il suffisait juste d'inverser ^^ - Code:
-
<p><img class="CtreTexte" src="http://img7.hostingpics.net/pics/933637fascination.png" usemap="#PAemily.png" style="border: 0pt none;" id="aab" name="aab" /> <map id="PAemily.png" name="PAemily.png">
<area onmouseover="document.getElementById('aab').src ='http://img7.hostingpics.net/pics/933637fascination.png'" shape="rect" coords="8,29,72,49" />
<area onmouseover="document.getElementById('aab').src ='http://img7.hostingpics.net/pics/324146tentation.png'" shape="rect" coords="69,27,128,51" />
<area onmouseover="document.getElementById('aab').src ='http://img10.hostingpics.net/pics/456646hesitation.png'" shape="rect" coords="130,25,193,51" />
<area onmouseover="document.getElementById('aab').src ='http://img10.hostingpics.net/pics/83057revelation.png'" shape="rect" coords="191,29,253,52" /> </map> </p>
<img src="http://img10.hostingpics.net/pics/83348Tome_01.png" alt="" usemap="#PA.png" style="border: 0pt none;" id="ccb"> <map name="PA.png"> <area shape="rect" coords="8,23,74,47" target="" alt="" onmouseover="document.getElementById('ccb').src ='http://img10.hostingpics.net/pics/83348Tome_01.png'">
<area shape="rect" coords="72,26,132,49" target="" alt="" onmouseover="document.getElementById('ccb').src ='http://img10.hostingpics.net/pics/70193Tome_02.png'">
<area shape="rect" coords="130,27,193,49" target="" alt="" onmouseover="document.getElementById('ccb').src ='http://img10.hostingpics.net/pics/616469Tome_03.png'">
</map></p> | | |
| | | Aeilan
{ Membre }
Messages : 26
| Bien vu Kimy j'avoue je n'ai pas fait attention à ça ^^ | | |
| | | Cookie
{ Membre }
Messages : 28
| Merciii beaucoup =) ! Je commençais à désespérer !
Merci encore une fois pour votre aide ! Puis grâce à vous j'ai compris mon erreur donc vous m'avez aussi aider à évoluer ^^ | | |
| | | Kimy
{ Membre actif }
Messages : 1190
| Avec plaisir =) Je classe donc | | |
| | | Contenu sponsorisé
| | | | | Plusieurs onglets dans une page | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|