Image titre catégorie

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

Résolu Image titre catégorie

Message par Eyes_SHM Lun 30 Juin 2014 - 0:06

Rebonsoir ! ^^

J'ai pû résoudre mon précédent problème grâce à l'aide de Dr. Sam, et du coup, j'ai un autre problème (alalaaaa je veux installer ma nouvelle version T-T)

Donc mon problème cette fois c'est l'image de titre de catégorie qui se retrouve au dessus de là où elle devrait être --'

Pour les différentes infos de mon forum :
Lien : forum test
Ma version : phpBB 2
Fondatrice : Oui
CSS personnalisé : Oui
Templates modifiés : Oui

Template (re)modifié (Dr. Sam, si tu passes par là ^^)
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="categotitre">{catrow.tablehead.L_FORUM}</div><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="http://img.xooimage.com/files109/7/6/8/bannlasoohanmoofa...2--34-2--442d952.png" style="margin-left: 6px;" /></td></tr></table>
        <table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
  </tr>
 <!-- END tablehead -->
 <!-- BEGIN cathead -->
 <tr>
 <!-- BEGIN inc -->
 <td class="{catrow.cathead.inc.INC_CLASS} index_cate" width="46"><img src="{SPACER}" height="0" width="46"/></td>
 <!-- END inc -->
 <td class="{catrow.cathead.CLASS_CAT} index_cate" 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} index_cate" colspan="3" align="right" index_cate> </td>
 </tr>
 <!-- END cathead -->
 <!-- BEGIN forumrow -->
 <tr>
 <!-- BEGIN inc -->
 <td class="{catrow.forumrow.inc.INC_CLASS} index_cate" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
 <!-- END inc -->
 <td class="{catrow.forumrow.INC_CLASS} index_cate" align="center" valign="middle">
          </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN} index_cate" 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>
  </span>
</h{catrow.forumrow.LEVEL}>
<table>
<tr>
<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></td>
<td>
<div class="messages_sujets_derniers_sujets">
  <div class="derniers_sujets"><img title="{catrow.forumrow.L_FORUM_F(OLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /><br />{catrow.forumrow.LAST_POST}</div></div>
</td>
</tr>
</table>
 <!-- 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><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="http://img.xooimage.com/files106/c/e/6/bannlasoohanmoofansub-2--35-44cea73.png" style="margin-left: 6px;" /></td></tr></table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

+ ma feuille de style de la partie concernée :
Code:
  /* MODIFICTIONS TITRES CATEGORIES */

div.haut_cate{
  background-image:url('http://img.xooimage.com/files109/7/6/8/bannlasoohanmoofa...2--34-2--442d952.png');
  background-repeat:no-repeat;
  width:845px;
  margin:auto;
}

div.milieu_cate{
  background-image:url('http://i56.servimg.com/u/f56/18/16/01/81/sans_t39.png');
  background-repeat:repeat-y;
  width:845px;
}

div.bas_cate{
  background-image:url('http://img.xooimage.com/files106/c/e/6/bannlasoohanmoofansub-2--35-44cea73.png');
  background-repeat:no-repeat;
  width:845px;
  margin:auto;
}

.categotitre {
  width:845px;
  text-align:center;
}

.categotitre img {
 display: inline !important;
}

.categotitre .textecatego {
  display: none;
}
.textecatego {
 display: inline;
}

table.forumline {
  background-color:transparent !important;
  border:0!important;
}

table.forumline td.index_cate { 
  background-color:transparent !important;
}

Merci d'avance à tous ceux qui m'aideront Very Happy


Dernière édition par Eyes_SHM le Lun 30 Juin 2014 - 10:16, édité 1 fois
Eyes_SHM

Eyes_SHM
*

Féminin
Messages : 32
Inscrit(e) le : 13/03/2013

http://soohanmoo.bb-fr.com/
Eyes_SHM a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Image titre catégorie

Message par Invité Lun 30 Juin 2014 - 8:20

Bonjour,

Remplacez ceci :

Code:
.categotitre {
  width:845px;
  text-align:center;
}

par :

Code:
.categotitre {
  width:845px;
  text-align:center;
  position: relative;
  top: 150px;
  margin-top: -150px;
}

Cordialement.
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Image titre catégorie

Message par Eyes_SHM Lun 30 Juin 2014 - 10:15

Merci infiniment !

C'est la position qui coinçait ?
Eyes_SHM

Eyes_SHM
*

Féminin
Messages : 32
Inscrit(e) le : 13/03/2013

http://soohanmoo.bb-fr.com/
Eyes_SHM a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Image titre catégorie

Message par Invité Lun 30 Juin 2014 - 10:26

Avec plaisir, bonne journée. Smile
Anonymous

Invité
Invité


Invité 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