Affichage des en-têtes de catégorie

3 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Affichage des en-têtes de catégorie

Message par nalou07 Lun 7 Sep 2015 - 13:23

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Google Chrome, Autre
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Moi uniquement
Problème apparu depuis : aujourd'hui
Lien du forum : http://redmoonhunters.frbb.net/

Description du problème

Bonjour,
Voilà j'aimerais mettre une image en haut de catégorie mais elle ne s'affiche pas comme je voudrais. L'image se repète sans que je trouve pourquoi.
Spoiler:
Mon CSS
Code:
a.mainmenu {
color: #972b2b;
font-size:12px;
font-family: helvetica;
letter-spacing:1px;
text-transform: uppercase;
line-height: 17px;
}

.sujets_messages {
padding: 3px;
background-color: #484848;
border-radius: 10px 10px 10px 10px;
}


.derniers_sujets {
margin-top: 3px;
padding: 3px;
background-color: #484848;
border-radius: 10px 10px 10px 10px;
}

.titres {
margin-left: 20px;
font-size: 14px;
font-family: avenir;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;

}

a:link{text-decoration:none !important;}
a:visited{  text-decoration:none !important;}
a:active{text-decoration:none !important;}
a:hover{text-decoration: none !important; color: #ffffff;}

.cate{
width: 700px;
height: 100px;
font-family: helvetica;
font-size: 12px;
margin-left: 20px;
padding: 10px;
background-color: #484848;
border-radius: 10px 10px 10px 10px;
}

.haut {
width: 800px;
height: 100px;
background-image:url('http://nsa37.casimages.com/img/2015/09/07//150907011251796096.png');
}


.forumline {
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
padding-bottom: 20px;
}

et mon index_box
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="800px" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</th>
      <th nowrap="nowrap" width="150"></th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="100%" 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">&nbsp;</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 -->
      <div class="haut"></div>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="0">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="titres">
               <a class="titres" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
                  <br /><span class="cate">{catrow.forumrow.FORUM_DESC}</span>
      </td>
      <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="row3 over" align="center" valign="middle" height="50">
            <div class="gensmall sujets_messages">Messages : {catrow.forumrow.POSTS} | Sujets : {catrow.forumrow.TOPICS}</div>
            <div class="gensmall derniers_sujets">{catrow.forumrow.LAST_POST}</div>
      </td>
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
<br/>
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="100" 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="50" width="1" /><!-- END tablefoot --><!-- END catrow -->

merci d'avance


Dernière édition par nalou07 le Lun 7 Sep 2015 - 14:19, édité 1 fois
avatar

nalou07
*

Messages : 30
Inscrit(e) le : 08/06/2011

http://only-one.forum-actif.net/
nalou07 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage des en-têtes de catégorie

Message par yoyiecats Lun 7 Sep 2015 - 14:11

Bonjour,

Essayer de rajouter ceci...
Code:
background-repeat: no-repeat;

...dans ce code ?
Code:
.haut {
width: 800px;
height: 100px;
background-image:url('http://nsa37.casimages.com/img/2015/09/07//150907011251796096.png');
}

Cela résous-il votre problème ?
yoyiecats

yoyiecats
**

Féminin
Messages : 51
Inscrit(e) le : 30/04/2011

http://sword-light.forums-rpg.com/
yoyiecats a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage des en-têtes de catégorie

Message par Teurancher Lun 7 Sep 2015 - 14:12

Yosh,
Remplacer l'intégralité du template index_box 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 --><div class="haut"></div><table class="forumline" width="800px" border="0" cellspacing="1" cellpadding="0">
          <tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</th>
              <th nowrap="nowrap" width="150"></th>
          </tr>
          <!-- END tablehead -->
          <!-- BEGIN cathead -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="100%" 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">&nbsp;</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="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="0">
                <h{catrow.forumrow.LEVEL} class="hierarchy">
                    <span class="titres">
                      <a class="titres" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
                    </span>
                </h{catrow.forumrow.LEVEL}>
                          <br /><span class="cate">{catrow.forumrow.FORUM_DESC}</span>
              </td>
              <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="row3 over" align="center" valign="middle" height="50">
                    <div class="gensmall sujets_messages">Messages : {catrow.forumrow.POSTS} | Sujets : {catrow.forumrow.TOPICS}</div>
                    <div class="gensmall derniers_sujets">{catrow.forumrow.LAST_POST}</div>
              </td>
          </tr>
          <!-- END forumrow -->
          <!-- BEGIN catfoot -->
        <br/>
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="100" 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="50" width="1" /><!-- END tablefoot --><!-- END catrow -->
Teurancher

Teurancher
*****

Masculin
Messages : 545
Inscrit(e) le : 28/02/2015

http://www.arcadia-forum.com/
Teurancher a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage des en-têtes de catégorie

Message par nalou07 Lun 7 Sep 2015 - 14:19

Super Teurancher, ça marche, tu peux juste m'expliquer ce que tu as changé ? Merci ^^
avatar

nalou07
*

Messages : 30
Inscrit(e) le : 08/06/2011

http://only-one.forum-actif.net/
nalou07 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage des en-têtes de catégorie

Message par Teurancher Lun 7 Sep 2015 - 14:22

J'ai simplement déplacé <div class="haut"></div> plus haut, à la ligne 20. Wink
Teurancher

Teurancher
*****

Masculin
Messages : 545
Inscrit(e) le : 28/02/2015

http://www.arcadia-forum.com/
Teurancher a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum