| Les forums sur deux colonnes [résolu] | |
|
LuxAeterna
{ Membre }
Messages : 28
| Bonjour à tous,
Voilà, j'ai modifié plein de petits trucs dans mes catégories grâce à vos tutos. Il me reste néanmoins une chose, je souhaiterais mettre mes forums sur deux colonnes comme dans cet exemple : http://dreamorhell.forumotion.com/
Le tout sans toucher à mes modifications déjà faites. (je pourrais toujours en faire d'autres plus tard)
Voici l'adresse de mon forum test :
Mes Index Box et CSS :
Un grand merci par avance à celui qui m'aidera.
Bonne soirée.
Lux' |
Dernière édition par LuxAeterna le Dim 19 Mai 2013, 13:44, édité 1 fois | |
|
| |
LuxAeterna
{ Membre }
Messages : 28
| J'ai fabriqué un petit exemple de ce que j'aimerais obtenir avec mes modifications déjà faites : - Spoiler:
Encore merci pour votre aide. Lux' | | |
|
| |
Nihil
{ Modérateur }
Messages : 1216
| J'avais déjà fait ça sur mon forum ^^ Je suppose que tu as déjà cherché sur CSS Actif . Éventuellement si tu es sur Never Utopia, ils ont un tuto dessus, je l'avais déjà vu. Il suffit de chercher "forumactif catégories colones", (si c'est considéré comme de la pub, vous pouvez éditer mon message ^^).En gros, le principe c'est : - Dans tes templates, chaque forum est défini par une ligne de tableau (tr). Il faut modifier son code de telle manière à ce qu'ils soient non plus dans des tr, mais dans des div. Du coup, il faut aussi modifier le code à l'intérieur pour que cela ne fasse pas de bug. - Une fois que c'est fait, pour chaque div tu leurs donnes une taille qui correspond à un peu moins de 50% de la largeur de ton forum. - Enfin, tu rajoutes float:left à tes div, pour qu'elles se mettent à la suite. Je ne connais pas ton niveau de codage précis, je ne sais pas si tu comprendras ou pourras mettre en place ce que j'ai dit, vu que j'ai expliqué (très) rapidement. | | |
|
| |
LuxAeterna
{ Membre }
Messages : 28
| Salut, Merci beaucoup pour ta réponse rapide. Oui j'ai cherché sur CSS-actif et oui, je connais NU mais la plupart de leur tuto s'adresse à des fins connaisseurs, pas à des débutants. J'ai essayé de prendre leur code et de le retoucher mais sans succès. Effectivement, je comprends de quoi tu parles dans ton explication mais mon niveau n'est pas assez élevé pour que je le fasse toute seule. Je vais avoir besoin d'aide pas à pas, si tu as le temps et la motiv Merci encore. Lux' | | |
|
| |
Nihil
{ Modérateur }
Messages : 1216
| Alors, j'ai fait un essai sur mon forum test avant de te proposer, mais il peut y avoir des petites erreurs. Avant de t'expliquer, il vaut mieux d'abord vérifier que cela marche sur ton forum. - Spoiler:
J'ai repris ton code de l'index box, et je l'ai modifié : - Code:
-
<!-- DEBUT VOIR LES DERNIERS MESSAGES --> <tr> <td valign="bottom"></td> <td class="gensmall" align="center" valign="bottom"> <a class="derniermessage_titre" href="{U_SEARCH_NEW}" id="newpost">{L_SEARCH_NEW}</a> <script type="text/javascript"> document.getElementById('newpost').innerHTML=document.getElementById('newpost').innerHTML.replace(/Voir les nouveaux messages depuis votre dernière visite/,"Voir les Nouveaux Messages depuis ma Dernière Visite"); </script> </td> <tr> <!-- FIN VOIR LES DERNIERS MESSAGES --> <table width="100%" border="0" cellspacing="5" cellpadding="0" align="center">
<!-- BEGIN catrow --> <!-- BEGIN tablehead --> <div class="TitreCategorie" style="clear:both">{catrow.tablehead.L_FORUM}</div> <div class="forumlinebox" > <!-- END tablehead --> <!-- BEGIN cathead --> <!-- COMMENT <tr>COMMENT--> <!-- BEGIN inc --> <!-- COMMENT <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <!-- COMMENT <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> COMMENT--> <!-- END cathead --> <!-- BEGIN forumrow --> <div class="boxforum"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"> <span class="titresforum">{catrow.forumrow.FORUM_NAME}</span> </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 --> </span> <span class="sousforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50"> <div class="gensmall sujets_messages">{catrow.forumrow.POSTS} Messages dans {catrow.forumrow.TOPICS} Sujets</div> <div class="gensmall derniers_sujets">{catrow.forumrow.LAST_POST}</div> </td> </tr> </table> </div> <!-- END forumrow --> <div> <table> <!-- 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 --> </table> </div> <!-- BEGIN tablefoot --> </div><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Le CSS à rajouter - Code:
-
.boxforum { width: 400px; min-height: 200px; float:left; }
Voilà, je te laisse essayer et me dire si ça marche ^_____^. Si oui, je t'explique (je vais pas t'expliquer un truc potentiellement faux) Edit : Voici la version définitive : - Code:
-
<!-- DEBUT VOIR LES DERNIERS MESSAGES --> <table> <tr> <td valign="bottom"></td> <td class="gensmall" align="center" valign="bottom"> <a class="derniermessage_titre" href="{U_SEARCH_NEW}" id="newpost">{L_SEARCH_NEW}</a> <script type="text/javascript"> document.getElementById('newpost').innerHTML=document.getElementById('newpost').innerHTML.replace(/Voir les nouveaux messages depuis votre dernière visite/,"Voir les Nouveaux Messages depuis ma Dernière Visite"); </script> </td> </tr> </table> <!-- FIN VOIR LES DERNIERS MESSAGES --> <table width="100%" border="0" cellspacing="5" cellpadding="0" align="center">
<!-- BEGIN catrow --> <!-- BEGIN tablehead --> <div class="TitreCategorie" style="clear:both">{catrow.tablehead.L_FORUM}</div> <!-- END tablehead --> <!-- BEGIN cathead --> <!-- COMMENT <tr>COMMENT--> <!-- BEGIN inc --> <!-- COMMENT <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <!-- COMMENT <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> COMMENT--> <!-- END cathead --> <!-- BEGIN forumrow --> <div class="boxforum"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"> <span class="titresforum">{catrow.forumrow.FORUM_NAME}</span> </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 --> </span> <span class="sousforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50"> <div class="gensmall sujets_messages">{catrow.forumrow.POSTS} Messages dans {catrow.forumrow.TOPICS} Sujets</div> <div class="gensmall derniers_sujets">{catrow.forumrow.LAST_POST}</div> </td> </tr> </table> </div> <!-- END forumrow --> <div> <table> <!-- 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 --> </table> </div> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" style="clear:both"alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Le CSS à rajouter - Code:
-
.boxforum { width: 400px; float:left; }
|
Dernière édition par Nihil le Dim 12 Mai 2013, 16:43, édité 2 fois | |
|
| |
LuxAeterna
{ Membre }
Messages : 28
| ooooooh super ! ça marche très bien !!! Merci beaucoup !!! Oui volontiers pour l'explication, car j'ai fait plusieurs essais et... | | |
|
| |
Nihil
{ Modérateur }
Messages : 1216
| J'essaye de régler certains petits problèmes (regarde ton forum en invité, il y a un bug du coup avec le QEEL) Tu peux essayer avec ça pour index box s'il te plait ? - Code:
-
<!-- DEBUT VOIR LES DERNIERS MESSAGES --> <tr> <td valign="bottom"></td> <td class="gensmall" align="center" valign="bottom"> <a class="derniermessage_titre" href="{U_SEARCH_NEW}" id="newpost">{L_SEARCH_NEW}</a> <script type="text/javascript"> document.getElementById('newpost').innerHTML=document.getElementById('newpost').innerHTML.replace(/Voir les nouveaux messages depuis votre dernière visite/,"Voir les Nouveaux Messages depuis ma Dernière Visite"); </script> </td> <tr> <!-- FIN VOIR LES DERNIERS MESSAGES --> <table width="100%" border="0" cellspacing="5" cellpadding="0" align="center">
<!-- BEGIN catrow --> <!-- BEGIN tablehead --> <div class="TitreCategorie" style="clear:both">{catrow.tablehead.L_FORUM}</div> <!-- END tablehead --> <!-- BEGIN cathead --> <!-- COMMENT <tr>COMMENT--> <!-- BEGIN inc --> <!-- COMMENT <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <!-- COMMENT <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> COMMENT--> <!-- END cathead --> <div class="forumlinebox" > <!-- BEGIN forumrow --> <div class="boxforum"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"> <span class="titresforum">{catrow.forumrow.FORUM_NAME}</span> </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 --> </span> <span class="sousforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50"> <div class="gensmall sujets_messages">{catrow.forumrow.POSTS} Messages dans {catrow.forumrow.TOPICS} Sujets</div> <div class="gensmall derniers_sujets">{catrow.forumrow.LAST_POST}</div> </td> </tr> </table> </div> <!-- END forumrow --> <div> <table> <!-- 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 --> </table> </div> <div style="clear:both"></div> <!-- BEGIN tablefoot --> </div><img src="{SPACER}" style="clear:both"alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> | | |
|
| |
LuxAeterna
{ Membre }
Messages : 28
| Voilà, j'ai remis la visibilité des forums pour les invités afin que nous ayons la même chose sous les yeux.
| | |
|
| |
Nihil
{ Modérateur }
Messages : 1216
| Bon manifestement, ça crée un gros bug XDDDD - Code:
-
<!-- DEBUT VOIR LES DERNIERS MESSAGES --> <tr> <td valign="bottom"></td> <td class="gensmall" align="center" valign="bottom"> <a class="derniermessage_titre" href="{U_SEARCH_NEW}" id="newpost">{L_SEARCH_NEW}</a> <script type="text/javascript"> document.getElementById('newpost').innerHTML=document.getElementById('newpost').innerHTML.replace(/Voir les nouveaux messages depuis votre dernière visite/,"Voir les Nouveaux Messages depuis ma Dernière Visite"); </script> </td> <tr> <!-- FIN VOIR LES DERNIERS MESSAGES --> <table width="100%" border="0" cellspacing="5" cellpadding="0" align="center">
<!-- BEGIN catrow --> <!-- BEGIN tablehead --> <div class="TitreCategorie" style="clear:both">{catrow.tablehead.L_FORUM}</div> <div class="forumlinebox" > <!-- END tablehead --> <!-- BEGIN cathead --> <!-- COMMENT <tr>COMMENT--> <!-- BEGIN inc --> <!-- COMMENT <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <!-- COMMENT <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> COMMENT--> <!-- END cathead --> <!-- BEGIN forumrow --> <div class="boxforum"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"> <span class="titresforum">{catrow.forumrow.FORUM_NAME}</span> </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 --> </span> <span class="sousforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50"> <div class="gensmall sujets_messages">{catrow.forumrow.POSTS} Messages dans {catrow.forumrow.TOPICS} Sujets</div> <div class="gensmall derniers_sujets">{catrow.forumrow.LAST_POST}</div> </td> </tr> </table> </div> <!-- END forumrow --> <div> <table> <!-- 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 --> </table> </div> <div style="clear:both"></div> <!-- BEGIN tablefoot --> </div><img src="{SPACER}" style="clear:both"alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Ceci devrait être mieux (enfin j'espère ). Désolée pour les changements fréquents mais je travaille un peu à l'aveugle XDDD | | |
|
| |
LuxAeterna
{ Membre }
Messages : 28
| Tu n'as pas à être désolée, je te remercie infiniment de me consacrer du temps. Quand moi je bosse à l'aveugle, crois-moi c'est bien pire Bon bah... ça bug toujours... | | |
|
| |
Nihil
{ Modérateur }
Messages : 1216
| Je crois que là j'ai la solution définitive :DDDD /PAS TAPER PAS TAPER/ - Code:
-
<!-- DEBUT VOIR LES DERNIERS MESSAGES --> <tr> <td valign="bottom"></td> <td class="gensmall" align="center" valign="bottom"> <a class="derniermessage_titre" href="{U_SEARCH_NEW}" id="newpost">{L_SEARCH_NEW}</a> <script type="text/javascript"> document.getElementById('newpost').innerHTML=document.getElementById('newpost').innerHTML.replace(/Voir les nouveaux messages depuis votre dernière visite/,"Voir les Nouveaux Messages depuis ma Dernière Visite"); </script> </td> <tr> <!-- FIN VOIR LES DERNIERS MESSAGES --> <table width="100%" border="0" cellspacing="5" cellpadding="0" align="center">
<!-- BEGIN catrow --> <!-- BEGIN tablehead --> <div class="TitreCategorie" style="clear:both">{catrow.tablehead.L_FORUM}</div> <div class="forumlinebox" > <!-- END tablehead --> <!-- BEGIN cathead --> <!-- COMMENT <tr>COMMENT--> <!-- BEGIN inc --> <!-- COMMENT <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <!-- COMMENT <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> COMMENT--> <!-- END cathead --> <!-- BEGIN forumrow --> <div class="boxforum"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"> <span class="titresforum">{catrow.forumrow.FORUM_NAME}</span> </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 --> </span> <span class="sousforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50"> <div class="gensmall sujets_messages">{catrow.forumrow.POSTS} Messages dans {catrow.forumrow.TOPICS} Sujets</div> <div class="gensmall derniers_sujets">{catrow.forumrow.LAST_POST}</div> </td> </tr> </table> </div> <!-- END forumrow --> <div> <table> <!-- 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 --> </table> </div> <!-- BEGIN tablefoot --> </div><img src="{SPACER}" style="clear:both"alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Ah, et dans le CSS que j'ai ajouté, peut tu enlever le min-height que j'avais mis ? | | |
|
| |
LuxAeterna
{ Membre }
Messages : 28
| Presque ! La 2e rubrique est un peu décalée par rapport à la première... | | |
|
| |
Nihil
{ Modérateur }
Messages : 1216
| Bon je vois d'où viens le problème : tout n'entre pas dans la div#page-body... Encore et encore une version xD : - Code:
-
<!-- DEBUT VOIR LES DERNIERS MESSAGES --> <table> <tr> <td valign="bottom"></td> <td class="gensmall" align="center" valign="bottom"> <a class="derniermessage_titre" href="{U_SEARCH_NEW}" id="newpost">{L_SEARCH_NEW}</a> <script type="text/javascript"> document.getElementById('newpost').innerHTML=document.getElementById('newpost').innerHTML.replace(/Voir les nouveaux messages depuis votre dernière visite/,"Voir les Nouveaux Messages depuis ma Dernière Visite"); </script> </td> </tr> </table> <!-- FIN VOIR LES DERNIERS MESSAGES --> <table width="100%" border="0" cellspacing="5" cellpadding="0" align="center">
<!-- BEGIN catrow --> <!-- BEGIN tablehead --> <div class="TitreCategorie" style="clear:both">{catrow.tablehead.L_FORUM}</div> <!-- END tablehead --> <!-- BEGIN cathead --> <!-- COMMENT <tr>COMMENT--> <!-- BEGIN inc --> <!-- COMMENT <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <!-- COMMENT <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> COMMENT--> <!-- END cathead --> <!-- BEGIN forumrow --> <div class="boxforum"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"> <span class="titresforum">{catrow.forumrow.FORUM_NAME}</span> </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 --> </span> <span class="sousforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50"> <div class="gensmall sujets_messages">{catrow.forumrow.POSTS} Messages dans {catrow.forumrow.TOPICS} Sujets</div> <div class="gensmall derniers_sujets">{catrow.forumrow.LAST_POST}</div> </td> </tr> </table> </div> <!-- END forumrow --> <div> <table> <!-- 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 --> </table> </div> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" style="clear:both"alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Rien n'est parfait du premier coup \o/ | | |
|
| |
LuxAeterna
{ Membre }
Messages : 28
| Bah c'est nickel comme ça !!! Bon y'a mon "voir les nouveaux messages" qui est revenu à gauche, le vilain. Mais je devrais pouvoir me débrouiller. Merciiiiiiiiiiiiiiiiiiiiiiiiiiiiiii !!! | | |
|
| |
Nihil
{ Modérateur }
Messages : 1216
| Ok Je suis heureuse d'avoir pu t'aider Il y a peut être encore des petits bugs cachés, hésite pas à me prévenir dans ce cas là ^^' | | |
|
| |
LuxAeterna
{ Membre }
Messages : 28
| Bon j'ai compris tes modifications par rapport à ton premier poste d'explication. J'ai encore des petites choses à changer par ci par là, ça me donnera l'occasion de tester.
En tout cas MERCI BEAUCOUP BEAUCOUP BEAUCOUP d'avoir pris le temps de m'aider, c'est vraiment très gentil et BRAVO !!!
| | |
|
| |
Contenu sponsorisé
| |
| |
| Les forums sur deux colonnes [résolu] | |
|