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! |
| Problème catégorie rétractable | |
| .Little Lady
{ Membre actif }
Messages : 564
| Bonjour,
Suivant le tuto des catégories rétractables du FdF, j'ai modifié mon template index_box mais cela n'a rien changé. Est-ce du au fait que j'ai déjà modifié la présentation des catégories en faisant sortir le nom de la catégorie du tableau initial ?
Quelqu'un pourrait m'aider à rétracter mes catégories, tout en gardant ma mise en page actuelle ?
Si besoin je vous fournis mon template index_box modifié. | | |
| | | Boow
{ Membre actif }
Messages : 866
| Il ne devrait pas y avoir de souci.... Est-ce qu'on peut avoir ton template ? =) Si ton problème est encore d'actualité, bien sûr =] | | |
| | | .Little Lady
{ Membre actif }
Messages : 564
| Coucou, Voici mon template sans le code des catégories rétractables: - Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
<!-- BEGIN switch_user_logged_in --> <span class="gensmall"> <br /> </span> <!-- END switch_user_logged_in --> </td> </tr> </table> <script type="text/javascript">var num= 0;</script> <!-- BEGIN catrow --><!-- BEGIN tablehead --> <table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <div class="titre_categorie">{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> <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> <!-- END inc --> <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" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<!-- DÉBUT DES MODIFICATIONS EFFECTUEES PAR .LITTLE LADY -->
<table width="100%" style="padding-bottom: 15px !important"><tr><td class="image" width="100px" height="100px"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" class="gradualfader" /></td> <td><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> <div class="forum_description ombre"> <table><tr><td width="470px" height="90px"><span class="genmed">{catrow.forumrow.FORUM_DESC}</td><td width="200px" class="contour-messages"><div class="forum_stats">Sujets: {catrow.forumrow.TOPICS} Messages: {catrow.forumrow.POSTS}</div><br /><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td></tr></table></span> </div> <div class="forum_sousforum ombre">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div> <span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links -->
</span> </td> <!-- BEGIN forum_link_no --> </td></tr></table>
<!-- FIN DES MODIFICATIONS EFFECTUEES PAR .LITTLE LADY -->
<!-- END forum_link_no --> <!-- BEGIN forum_link --> <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td> <!-- END forum_link --> </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 --> Et celui avec le code des catégories rétractables: - Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
<!-- BEGIN switch_user_logged_in --> <span class="gensmall"> <br /> </span> <!-- END switch_user_logged_in --> </td> </tr> </table> <script type="text/javascript">var num= 0;</script> <!-- BEGIN catrow --><!-- BEGIN tablehead --> <table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr id="currenttr" onClick="i= 0; e=this.parentNode.childNodes; while(++i<e.length) if(e[i].tagName=='TR') e[i].style.display=(e[i].style.display=='none')?'':'none'; retour=(my_getcookie(this.id)=='true')?'false':'true'; my_setcookie(this.id,retour, 1, 0);" style="cursor:pointer;"> <div class="titre_categorie">{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> <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> <!-- END inc --> <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" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<!-- DÉBUT DES MODIFICATIONS EFFECTUEES PAR .LITTLE LADY -->
<table width="100%" style="padding-bottom: 15px !important"><tr><td class="image" width="100px" height="100px"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" class="gradualfader" /></td> <td><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> <div class="forum_description ombre"> <table><tr><td width="470px" height="90px"><span class="genmed">{catrow.forumrow.FORUM_DESC}</td><td width="200px" class="contour-messages"><div class="forum_stats">Sujets: {catrow.forumrow.TOPICS} Messages: {catrow.forumrow.POSTS}</div><br /><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td></tr></table></span> </div> <div class="forum_sousforum ombre">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div> <span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links -->
</span> </td> <!-- BEGIN forum_link_no --> </td></tr></table>
<!-- FIN DES MODIFICATIONS EFFECTUEES PAR .LITTLE LADY -->
<!-- END forum_link_no --> <!-- BEGIN forum_link --> <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td> <!-- END forum_link --> </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 --> | | |
| | | Murtagh
{ Modérateur }
Messages : 1492
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher l'icône en éditant le premier message de ce sujet. Merci | | |
| | | Caroo'
{ Membre actif }
Messages : 493
| Bonjour,
pas de réponses depuis maintenant presque 2 semaines, je considère que le problème est résolu.
Merci de votre compréhension. | | |
| | | Contenu sponsorisé
| | | | | Problème catégorie rétractable | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|