| Problème positionnement icônes du forum. | |
|
Super K
{ Membre }
Messages : 9
| Bonjour
J'ai un léger souci de positionnement des icônes de forum.
- Voici un screen :
- Spoiler:
- Donc au niveau de l'image encadrée en rouge, j'aimerais le code CSS pour la remonter afin qu'elle soit centrée avec le bloc de description et le bloc des messages dernièrement postés.
- Une fois cela fait, j'aimerais supprimer l'espace marqué en rouge sur le screen.
Merci d'avance ! Bonne fin de journée. |
Dernière édition par Super K le Mer 01 Sep 2010, 06:17, édité 1 fois | |
|
| |
Air.
{ Membre }
Messages : 221
| C'est inmodifiable dans le CSS seul. Template index_box, essaye de remplacer : - Code:
-
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"> par : - Code:
-
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" style="vertical-align:middle"> Je ne suis pas sûre n_n | | |
|
| |
Super K
{ Membre }
Messages : 9
| |
| |
Air.
{ Membre }
Messages : 221
| J'ai oublié un ; après le middle o_ô | | |
|
| |
Super K
{ Membre }
Messages : 9
| Même avec un ; en plus, ça ne change rien. J'ai rajouté des trucs, du coup, je vous refais un screen :
- Spoiler:
Toujours les deux mêmes demandes | | |
|
| |
Air.
{ Membre }
Messages : 221
| Ah nooon j'avais pas compris ce que tu voulais je suis bête XD Donc reprenons le : - Code:
-
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> à remplacer par : - Code:
-
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" style="padding-bottom:15px;" /> 15px c'est la hauteur de tes sous-forums. Regarde dans la description des forums s'il n'y a pas un < br /> après le listing des sous-forums ô_o | | |
|
| |
Super K
{ Membre }
Messages : 9
| Génial, ça fonctionne ! Voici mon forum : http://drasanda.forumactif.com/forum.htm Comme tu peux le voir, ça marche au niveau des icônes. Par contre, il y a un grand espace en dessous.
- Voici mon template index_box :
- Spoiler:
- 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}
{CURRENT_TIME}
</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>
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
<!-- 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> <th colspan="3" 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> <td colspan="3"> <div style="background: #a19281 none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; text-align: center;"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><font color="#000000">{catrow.forumrow.FORUM_NAME}</font></a></div> </td></tr>
<tr><td><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" style="padding-bottom:58px;" /></td> <td> <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> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --></td> <td> <div class="arrondi1"><span class="gensmall"><center>{catrow.forumrow.TOPICS} sujets | {catrow.forumrow.POSTS} messages</center></span></div><div class="arrondi2"><span class="gensmall"><center>{catrow.forumrow.LAST_POST}</center></span></div></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 -->
- Et voici ma description de forum avec les sous-forums en onglets :
- Spoiler:
[code]
Tout ce qui concerne le forum est mi ici. Le règlement est la première chose que vous devrez lire sur ce forum & il est OBLIGATOIRE. Toute les nouveautés du forum seront également mises ici donc n'hésitez pas à venir consulter régulièrement ! Si vous avez des questions, c'est également ici qu'il faudra les poser =)
|
[/code
Il n'y aucun br :/
Faut-il que je mette mon CSS ?
En fait, j'aimerais que ce soit presque aussi peu espacée qu'ici : http://rain-in-paradise.forumactif.org/ | | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher dans "icône du sujet" l'icône en éditant votre 1er post.
| | |
|
| |
Super K
{ Membre }
Messages : 9
| Mon problème est à moitié résolu. J'ai encore besoin d'aide | | |
|
| |
iowan
{ Membre actif }
Messages : 304
| copie ce code dans le css de ton forum - Code:
-
.forumline td img{ margin-left: 10px; padding-bottom: 0 !important; position:relative; top: -28px; } .row1 img{ position: static !important; margin-left: 0 !important; }
| | |
|
| |
Super K
{ Membre }
Messages : 9
| Tout d'abord, merci de me répondre. Je remets le lien de mon forum :
http://drasanda.forumactif.com/index.htm
Comme tu peux le voir, l'espace du haut entre 'Votre 1er forum' et la description du forum a été résolu. Néanmoins, il reste encore un espace en dessous des onglets des sous-forums. De plus, le petit icône du dernier message posté a aussi été déplacé plus haut au lieu de rester à côté du pseudo =/ | | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher dans "icône du sujet" l'icône en éditant votre 1er post.
| | |
|
| |
Super K
{ Membre }
Messages : 9
| Nop, il me manque des précisions. Merci | | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher dans "icône du sujet" l'icône en éditant votre 1er post.
| | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour,
Aucune relance de la part du créateur du sujet ! Je considère donc ce problème comme étant résolu et je le déplace pour céder la place aux problèmes en cours.
Si vous avez d'autres questions, merci d'ouvrir un nouveau topic en respectant les règles de l'entraide.
| | |
|
| |
Contenu sponsorisé
| |
| |
| Problème positionnement icônes du forum. | |
|