Kittaby
{ Membre }
Messages : 47
| Bonjour et merci de prendre la peine de regarder ce message. :3 Alors, j'ai voulu suivre le tutoriel qui apprend à créer des catégories rétractables. Le truc, c'est que j'ai pas mal modifié mon template index_box, et je voudrais que le bouton + ou - (qui sera une image chez moi) soit placé au niveau du titre la catégorie (qui est ici une image aussi). Pourtant, quand je le fais, le bouton apparaît et lorsque je clique, il change, mais la catégorie ne se rétrécit/agrandit pas. >< J'ai pourtant l'impression d'avoir fait ce qu'il faut, mes catégories sont séparées, etc. Voilà mon template index_box modifié avec le tutoriel : - Code:
-
[hide]<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE}<br /> {CURRENT_TIME}<br /> </span> <!-- END switch_user_logged_in --> <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div> </td> <td class="gensmall" align="right" valign="bottom"> <!-- BEGIN switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /> <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br /> <!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <div class="cate"><img onClick="i= 0;e=this.parentNode.parentNode.parentNode.parentNode.childNodes; while(++i<e.length) if(e[i].tagName=='TR')e[i].style.display=(e[i].style.display=='none')?'':'none';this.src=(this.src=='http://i45.tinypic.com/2z9dxyt.gif')?'http://i47.tinypic.com/xmmlpg.gif':'http://i45.tinypic.com/2z9dxyt.gif';" src=http://i45.tinypic.com/2z9dxyt.gif />{catrow.tablehead.L_FORUM} </div> </tr> <!-- END tablehead --> <!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --> <td class="row1 over" colspan="2" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </td> <td class="row3 over" align="center" valign="middle" height="50"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /><br> <span class="gensmall"> <div class="casemessage"><div class="fmessage">Messages : {catrow.forumrow.POSTS} | Sujets : {catrow.forumrow.TOPICS}</div><br> {catrow.forumrow.LAST_POST}</div></span> </td> </tr> <!-- END forumrow --> <!-- BEGIN catfoot --> <tr> <!-- BEGIN inc --> <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td> </tr> <!-- END catfoot --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->[/hide]
Merci beaucoup d'avance ! | | |
|
pamina
{ Membre actif }
Messages : 1170
| Hello Kittaby ! Je viens aux nouvelles : ton problème est-il toujours d'actualité ? Je vois qu'il n'y a pas eu de réponse, je le remonte donc au cas où ^^ Merci d'avance de ta réponse | | |
|
'Christa
Lostmindy
Messages : 2856
| Bonjour !
Il y a un défaut de structure grave dans ton code au niveau de la cellule contenant le script d'ouverture/fermeture, puisqu'un tableau nécessite d'avoir des cellules et que tu n'as qu'une ligne (ergo, il manque un <th> ou <td> après le <tr>, et même remarque évidemment pour les balises fermantes)
En principe ça devrait régler le problème. | | |
|
Psycho
Psychopathe
Messages : 3407
| Bonjour (: Pas de connexion depuis que tu as posté ton premier message le 30 juillet, donc pas de réponse à la relance de Pamina ni à la solution de ' Christa ! Je considère donc ce sujet comme résolu (: Si tu as toujours un souci, n'hésite pas à ouvrir un autre sujet ! Merci de ta compréhension | | |
|