| Deuxième problème du jour : side bar. | |
|
euphorie
{ Membre }
Messages : 30
| Bonjour ! J'ai mis des images en haut et en bas de mes catégories, mais il y a une problème, voyez par vous-même : http://test-technicolor.forumgratuit.org/ J'ai fait tous les codes couleurs possible, mais soit j'ai la sidebar summergée par la couleur, soit pas de couleur au niveau des catégories. Et la side bar du bas est décalée... comment faire ? | | |
|
| |
Anoobnyme GOD OF COOKIES
Messages : 1445
| Hop' Alors déjà qu'appelles-tu une "side bar" ? Sinon peux-tu nous fournir ton template index_box s'il te plait ? | | |
|
| |
euphorie
{ Membre }
Messages : 30
| Bonjour, merci de me venir en aide ^^ Je parle des images haut et bas catégorie Voilà mon template : - Code:
-
<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="0" cellpadding="0"> <table class="forumline" width="1200px" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> </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="{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}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <table width="100%" cellpadding="2" cellspacing="0"> <tr> <td valign="middle" width="85%"> <div style="font-size : 10"><div style="text-align: center"><div class="statsforums">Contient {catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets</div></div></div> <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 valign="middle" width="15%"> <div style="text-align: center"> <div class="messages_sujets_derniers_sujets"> <div class="gensmall derniers_sujets "><div class="arrondi">{catrow.forumrow.LAST_POST}</div></div></div> </div> </td> </tr> </table> </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="http://files.getwebb.org/files/4a/32/87/3084e8c179d404b1ba97ee2ac2c0bc6dc8/source.png" alt="" height="100" width="1200" /><br><br><!-- END tablefoot --><!-- END catrow -->
| | |
|
| |
Anoobnyme GOD OF COOKIES
Messages : 1445
| Ok d'accord, bon voilà remplace tout ton template par celui-ci - Code:
-
<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="0" cellpadding="0"> <table class="forumline" width="1200px" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> </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="{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}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <table width="100%" cellpadding="2" cellspacing="0"> <tr> <td valign="middle" width="85%"> <div style="font-size : 10"><div style="text-align: center"><div class="statsforums">Contient {catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets</div></div></div> <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 valign="middle" width="15%"> <div style="text-align: center"> <div class="messages_sujets_derniers_sujets"> <div class="gensmall derniers_sujets "><div class="arrondi">{catrow.forumrow.LAST_POST}</div></div></div> </div> </td> </tr> </table> </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><center><img src="http://files.getwebb.org/files/4a/32/87/3084e8c179d404b1ba97ee2ac2c0bc6dc8/source.png" alt="" height="100" width="1200" /></center><br><br><!-- END tablefoot --><!-- END catrow -->
Il suffisait simplement de centrer l'image n_n" Au plaisir | | |
|
| |
euphorie
{ Membre }
Messages : 30
| Hey ! merci pour la barre du bas ! Par contre, celle d'en haut, toujours le même problème, elle se font dans la couleur de la catégorie... comment faire ? merci bien ! | | |
|
| |
Anoobnyme GOD OF COOKIES
Messages : 1445
| |
| |
euphorie
{ Membre }
Messages : 30
| Voilà le forum test : http://test-technicolor.forumgratuit.org/ Et voilà la side bar que je voudrai mettre : https://2img.net/r/hpimg15/pics/560449haut2.png Sauf que la side bar disparait dans la couleur... Comment rectifier ça ?
Et je cherche comment déplacer mon image de titre de catégorie sur ma sidebar, comment faire ? | | |
|
| |
euphorie
{ Membre }
Messages : 30
| |
| |
Psycho
Psychopathe
Messages : 3407
| Bonjour euphorie , je cite simplement le règlement de CSSActif : " Remonter un sujet, le fameux «Up», est interdit sur CSSActif. L'équipe fait déjà le maximum pour répondre à votre demande le plus rapidement possible et la remontra elle-même en cas de besoin. Il est par conséquent inutile de signaler votre impatience.". Ta dernière réponse date de hier, laisse aux codeurs le temps de te répondre (: Merci de ta compréhension ! | | |
|
| |
Anoobnyme GOD OF COOKIES
Messages : 1445
| Je ne comprend pas ta demande, comment ça elle disparait dans la couleur ? Ôo | | |
|
| |
Nyo The Neko
{ Spécialiste }
Messages : 245
| Si tu regardes l'image donnée, le haut a une certaine forme, alors que sur son forum, la forme se perd dans un carré de la même couleur que la "sidebar", qui est d'ailleurs la même couleur que la couleur de ses sous-forums.
Elle voudrait donc que ce bloc de couleur parte pour que le fond transparent de sa "sidebar" se voie. | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Si j'ai bien compris ce que tu me dis, c'est pas un problème de compatibilité de navigateur ? cette question est pour la forme | | |
|
| |
euphorie
{ Membre }
Messages : 30
| En gros, toute la partie transparente se retrouve remplie par la couleur de la catégorie... Voilà les captures pour montrer : Quand je mets ce code couleur, j'obtiens ce résultat : https://2img.net/r/hpimg11/pics/629386Sanstitre30.png ET quand je mets ce code couleur ci, j'ai ce résultat : https://2img.net/r/hpimg11/pics/837606Sanstitre31.png Et ce que je voudrais, c'est n'avoir QUE la partie avec la description de coloré. HELP -_- xD EDIT : que je sois sur firefox, sur chorme ou IE, c'est pareil, même problème :/ & merci Nyo pour l'explication, c'est tout à fait ça |
Dernière édition par euphorie le Mar 01 Mai 2012, 13:50, édité 1 fois | |
|
| |
Nyo The Neko
{ Spécialiste }
Messages : 245
| De rien!
Tu pourrais nous redonner ton index_box s'il te plaît? | | |
|
| |
euphorie
{ Membre }
Messages : 30
| Oui - Code:
-
<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="0" cellpadding="0"> <table class="forumline" width="1200px" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> </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="{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}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> <div style="text-align: center"><div class="statsforums">Contient {catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets</div></div> </h{catrow.forumrow.LEVEL}> <table width="100%" cellpadding="2" cellspacing="0"> <tr> <td valign="middle" width="85%"> <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 valign="middle" width="15%"> <div style="text-align: center"><div class="messages_sujets_derniers_sujets"> <div class="gensmall derniers_sujets "><div class="arrondi">{catrow.forumrow.LAST_POST}</div></div></div> </div> </td> </tr> </table> </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><center><img src="http://img15.hostingpics.net/pics/802071bs2.png" alt="" height="100" width="1200" /></center><br><br><!-- END tablefoot --><!-- END catrow -->
Voilà et encore merci ! | | |
|
| |
Psycho
Psychopathe
Messages : 3407
| Hello ! Le problème est-il toujours d'actualité ? Merci d'avance | | |
|
| |
euphorie
{ Membre }
Messages : 30
| J'ai trouvé solution, merci à vous | | |
|
| |
Psycho
Psychopathe
Messages : 3407
| Très bien ! Merci de ta réponse ! (: Dans ce cas, je classe ! | | |
|
| |
Contenu sponsorisé
| |
| |
| Deuxième problème du jour : side bar. | |
|