Supprimer la vilaine colonne de gauche Bouton_activeSupprimer la vilaine colonne de gauche Bouton_hoverSupprimer la vilaine colonne de gauche Fb-hoverSupprimer la vilaine colonne de gauche Fb-active
CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur:

Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus!

Derniers sujets
» Fiche de Présentation RPG
Supprimer la vilaine colonne de gauche EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Supprimer la vilaine colonne de gauche EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Supprimer la vilaine colonne de gauche EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Supprimer la vilaine colonne de gauche EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Supprimer la vilaine colonne de gauche EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Supprimer la vilaine colonne de gauche EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Supprimer la vilaine colonne de gauche EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Supprimer la vilaine colonne de gauche EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le Deal du moment :
Bon plan achat en duo : 2ème robot cuiseur ...
Voir le deal
600 €

Partagez
 

Supprimer la vilaine colonne de gauche

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://starwarsdestiny.jdrforum.com/
Lola_A
Lola_A
{ Membre }
{ Membre }

Féminin Messages : 26



Supprimer la vilaine colonne de gauche Empty
Bonjour/Bonsoir,

J'ai à nouveau besoin de votre aide chers amis codeurs *-* ^^

Alors voilà mon problème :
J'aimerais supprimer la colonne de gauche (juste celle là)
Celle la : https://2img.net/r/hpimg11/pics/138863fofo04.png

Pour aide, voici mon template 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}
 
        {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 width="80%" border="0" cellspacing="1" cellpadding="0">
  <tr>
          <td width="6%"></td><td width="80%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </td>
     
</tr>
  <!-- END tablehead --></table><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- 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">
        <div class="cadrefo"><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%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
                    <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages
                      </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><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></div>
            <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </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="20" width="1" /><!-- END tablefoot --><!-- END catrow -->

Je ne sais pas si il vous faut la feuille CSS, au pire je vous la fournis :

Code:
/**--- Code général ---*/

a:link { text-decoration:none; }

a:hover {text-decoration: none !important}

.forumlink:hover {
    margin-left: 50px;
}
a.forumlink {
    -webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
 -o-transition:all 0.5s;
 -ms-transition:all 0.5s;
 transition:all 0.5s: ;
}

.forumline {
background-color:#242424;
border:0px solid;

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;}
 
td.catHead, th.thHead {
-webkit-border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;}
 
td.catBottom, th.thBottom {
-webkit-border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px;
}



.pseudo {
display: block;
font-family: Georgia;
background-color: #2F262B;
text-align: center;
font-size: 12px;
margin-bottom: 15px;
letter-spacing:5px;
box-shadow: 0px 0px 4px #555;
webkit-box-shadow: 0px 0px 4px #555;
moz-box-shadow: 0px 0px 4px #555;
margin-left: 5px;
margin-right: 5px;
}

/*--- Cadre Avatar ---*/
{
background-color: #2F262B;
margin-top: 5px;
border: 5px #2F262B solid;
box-shadow: 0px 0px 4px #555;
webkit-box-shadow: 0px 0px 4px #555;
moz-box-shadow: 0px 0px 4px #555;
margin-left: 5px;
margin-right: 5px;
}

/*--- Info Profil ---*/
{
background-color: #2F262B;
text-align: center;
padding-top: 30px;
padding-bottom: 15px;
color:white;
box-shadow: 0px 0px 4px #555;
webkit-box-shadow: 0px 0px 4px #555;
moz-box-shadow: 0px 0px 4px #555;
margin-left: 5px;
margin-right: 5px;
margin-bottom:5px;
}

/*--- Image Info Profil ---*/
{ margin-bottom: -84px; }


/**--- Barre de Navigation ---*/
a.mainmenu {
font-family: Georgia;
font-size: 12px;
}
.navig {
position: fixed;
top: 0px;
left:0px;
width: 100%;
background-color: #000000;
border-bottom: 1px dotted #FFFFFF;
}

/*--- Emplacement de la Bannière ---*/
body {
      background-repeat: no-repeat;
      background-position: top center;
      background-attachment: scroll, fixed ;
 
}

/*--- QEEL ---*/
.rightpart {
font-size : 12px ; /*grandeur du texte*/
border-left : 2px solid #ffffff ; /*séparation du tableau de gauche et du tableau de droite par une ligne, peu être changé en DOTTED, SOLID, DOUBLE, etc*/
padding-left : 2px } /*veuillez ne pas toucher à cette partie*/

.groups{
background-color:#E7EBEE ; /*peut-être un fond de couleur ?*/
border: 1px color #000000  ; /*contour du QEEL*/
-moz-border-radius : 8px 8px8px8px; /*pour arrondir les bords*/
height:40px; *pas touche
padding-right:12px; *pas touche
padding-left:14px; *pas touche
padding-bottom : 3px; /*pas touche*/
font-size: 14px; /*grandeur du texte*/
font-weight: bold; /*texte en gras*/
text-align:center; /*texte aligné au milieu*/
font-color : #000000  ; *couleur du texte
text-decoration: none !important; *pas touche
}

/*--- Headers aléatoires ---*/
.ban1 { background-image: url('http://img190.imageshack.us/img190/8597/fonddebannirerpublic.jpg'); }
.ban2 { background-image: url('http://img844.imageshack.us/img844/7729/fonddebannireempire.jpg'); }
.ban3 { background-image: url('http://img577.imageshack.us/img577/1416/fonddebannirehllcdp.jpg'); }

/*--- Apparence catégories/forum ---*/
/*coller le forum au cadre*/
.bodyline {
padding-left : 0px!important;
padding-right : 0px!important;
}

a.forumlink{
  display: block;
  text-align: center;
  padding-bottom: 3px;
  margin: 3px;
}

 
.cadrefo{
  background-color:#000000;
  padding: 5px;
  border: 1px solid #696969;
  margin: 4px;
  margin-bottom: 0px !important;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
 
.stats{
  text-align: center;
  background-color: #000000;
  border: 1px solid #696969;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
 
.lastm{
  text-align: center;
  background-color: #000000;
  border: 1px solid #696969;
  margin-top: 2px;
  -moz-border-radius-bottomleft: 14px;
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -webkit-border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
 
.sousfo{
  background-color:#000000;
  padding: 1px;
  border: 1px solid #696969;
  border-top: none !important;
  width:75%;
  margin: auto;
  -moz-border-radius-bottomleft: 14px;
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -webkit-border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
 
.secondarytitle{
  width: 80%;
  height : 25px;
  background-color: #000000;
  border: 1px solid #242424;
  padding-left: 50px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

Merci de votre aide si précieuse,
Je reste à disposition pour des questions ^^

Cordialement,
Lola
MessageSujet: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptySam 14 Avr 2012, 16:29
Revenir en haut Aller en bas
http://cssmania.com
Anoobnyme
Anoobnyme
GOD OF COOKIES

Masculin Messages : 1445



Supprimer la vilaine colonne de gauche Empty
Hop'

Quand tu parles de colonne, c'est la colonne entière que tu veux supprimer ou seulement ce contour ?
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyDim 15 Avr 2012, 06:27
Revenir en haut Aller en bas
http://starwarsdestiny.jdrforum.com/
Lola_A
Lola_A
{ Membre }
{ Membre }

Féminin Messages : 26



Supprimer la vilaine colonne de gauche Empty
Bonjour, ^^

En fait ce n'est pas très compliqué, j'aimerais passer de ça :
https://2img.net/r/hpimg11/pics/138863fofo04.png
A ça :
https://2img.net/r/hpimg11/pics/641631fofo.png

C'est juste la ligne de séparation, la ligne de la colonne en somme ^^
Désolée si je me suis mal exprimée u.u

Merci de ton aide,
Cordialement,
Lola
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyDim 15 Avr 2012, 09:16
Revenir en haut Aller en bas
http://cssmania.com
Anoobnyme
Anoobnyme
GOD OF COOKIES

Masculin Messages : 1445



Supprimer la vilaine colonne de gauche Empty
Merci n_n

Alors remplace tout ton 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}
 
        {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 width="80%" border="0" cellspacing="1" cellpadding="0">
  <tr>
          <td width="6%"></td><td width="80%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </td>
     
</tr>
  <!-- END tablehead --></table><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
  <!-- 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">
        <div class="cadrefo"><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%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
                    <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages
                      </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><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></div>
            <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </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="20" width="1" /><!-- END tablefoot --><!-- END catrow -->
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyDim 15 Avr 2012, 11:59
Revenir en haut Aller en bas
http://starwarsdestiny.jdrforum.com/
Lola_A
Lola_A
{ Membre }
{ Membre }

Féminin Messages : 26



Supprimer la vilaine colonne de gauche Empty
Petit problème u.u
La en fait ça me supprimer toutes mes bordures, pas juste la ligne de séparation entre "nouveaux messages"/"anciens messages" et ma description :S
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyDim 15 Avr 2012, 12:02
Revenir en haut Aller en bas
http://createur2forum.forumactif.org/forum.htm
Sandra
Sandra
{ Membre }
{ Membre }

Féminin Messages : 40



Supprimer la vilaine colonne de gauche Empty
J'ai peut-être une idée, mais malheureusement, je ne connais pas encore suffisamment ce template pour te le faire...
Je pense qu'il doit y avoir un tableau.... si tu mettais tout dans la même case du tableau, il n'y aurait peut-être plus la ligne au milieu... car il y a une case au lieu d'une...
Donc mettre le logo no new, new, lock avec la boite description de la catégorie...
Je sais pas si je me suis fais comprendre Smile

Je vais essayer de regarder si je trouve le code sur ton template Smile
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyJeu 19 Avr 2012, 13:09
Revenir en haut Aller en bas
http://moonchild.forumgratuit.org/
Tchi
Tchi
{ Membre }
{ Membre }

Féminin Messages : 47



Supprimer la vilaine colonne de gauche Empty
En Effet il faudrait tout mettre dans la même "case" comme l'a dit Sandra, si jamais tu n'y arrive pas Sandra je pourrais proposer quelques chose :3
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyJeu 19 Avr 2012, 13:18
Revenir en haut Aller en bas
http://createur2forum.forumactif.org/forum.htm
Sandra
Sandra
{ Membre }
{ Membre }

Féminin Messages : 40



Supprimer la vilaine colonne de gauche Empty
Non je n'y arrive pas... j'ai bien trouvé dans le code la description de la catégorie... etc
Mais je ne trouve pas le code où on peut voir les images...
Du coup je te laisse faire, j'ai déjà donné l'idée ^^
après faut voir si cela marché Smile
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyJeu 19 Avr 2012, 13:20
Revenir en haut Aller en bas
http://moonchild.forumgratuit.org/
Tchi
Tchi
{ Membre }
{ Membre }

Féminin Messages : 47



Supprimer la vilaine colonne de gauche Empty
Je vais tester sur mon forum test et j'éditerais mon poste au besoin.
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyJeu 19 Avr 2012, 13:24
Revenir en haut Aller en bas
http://createur2forum.forumactif.org/forum.htm
Sandra
Sandra
{ Membre }
{ Membre }

Féminin Messages : 40



Supprimer la vilaine colonne de gauche Empty
J'ai trouvé où étais l'image, mais je n'arrive pas à mieux...
et même en mettant tous les codes, ça n'apparait pas comme sur l'image, ça me perturbe, je n'ai pas les mêmes couleurs Sad
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyJeu 19 Avr 2012, 13:32
Revenir en haut Aller en bas
http://moonchild.forumgratuit.org/
Tchi
Tchi
{ Membre }
{ Membre }

Féminin Messages : 47



Supprimer la vilaine colonne de gauche Empty
J'ai réussi (: voilà ce que j'obtiens :
Spoiler:

Voilà le Template 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}
 
        {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 width="80%" border="0" cellspacing="1" cellpadding="0">
  <tr>
          <td width="6%"></td><td width="80%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </td>
     
</tr>
  <!-- END tablehead --></table><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- 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="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <table><tr><td><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
        <td><div class="cadrefo"><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%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
                    <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages
                      </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><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></div>
            <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </span>
          </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="{SPACER}" alt="" height="20" width="1" /><!-- END tablefoot --><!-- END catrow -->


et le css :

Code:
/**--- Code général ---*/

a:link { text-decoration:none; }

a:hover {text-decoration: none !important}

.forumlink:hover {
    margin-left: 50px;
}
a.forumlink {
    -webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
 -o-transition:all 0.5s;
 -ms-transition:all 0.5s;
 transition:all 0.5s: ;
}

.forumline {
background-color:#242424;
border:0px solid;

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;}
 
td.catHead, th.thHead {
-webkit-border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;}
 
td.catBottom, th.thBottom {
-webkit-border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px;
}



.pseudo {
display: block;
font-family: Georgia;
background-color: #2F262B;
text-align: center;
font-size: 12px;
margin-bottom: 15px;
letter-spacing:5px;
box-shadow: 0px 0px 4px #555;
webkit-box-shadow: 0px 0px 4px #555;
moz-box-shadow: 0px 0px 4px #555;
margin-left: 5px;
margin-right: 5px;
}

/*--- Cadre Avatar ---*/
{
background-color: #2F262B;
margin-top: 5px;
border: 5px #2F262B solid;
box-shadow: 0px 0px 4px #555;
webkit-box-shadow: 0px 0px 4px #555;
moz-box-shadow: 0px 0px 4px #555;
margin-left: 5px;
margin-right: 5px;
}

/*--- Info Profil ---*/
{
background-color: #2F262B;
text-align: center;
padding-top: 30px;
padding-bottom: 15px;
color:white;
box-shadow: 0px 0px 4px #555;
webkit-box-shadow: 0px 0px 4px #555;
moz-box-shadow: 0px 0px 4px #555;
margin-left: 5px;
margin-right: 5px;
margin-bottom:5px;
}

/*--- Image Info Profil ---*/
{ margin-bottom: -84px; }


/**--- Barre de Navigation ---*/
a.mainmenu {
font-family: Georgia;
font-size: 12px;
}
.navig {
position: fixed;
top: 0px;
left:0px;
width: 100%;
background-color: #000000;
border-bottom: 1px dotted #FFFFFF;
}

/*--- Emplacement de la Bannière ---*/
body {
      background-repeat: no-repeat;
      background-position: top center;
      background-attachment: scroll, fixed ;
 
}

/*--- QEEL ---*/
.rightpart {
font-size : 12px ; /*grandeur du texte*/
border-left : 2px solid #ffffff ; /*séparation du tableau de gauche et du tableau de droite par une ligne, peu être changé en DOTTED, SOLID, DOUBLE, etc*/
padding-left : 2px } /*veuillez ne pas toucher à cette partie*/

.groups{
background-color:#E7EBEE ; /*peut-être un fond de couleur ?*/
border: 1px color #000000  ; /*contour du QEEL*/
-moz-border-radius : 8px 8px8px8px; /*pour arrondir les bords*/
height:40px; *pas touche
padding-right:12px; *pas touche
padding-left:14px; *pas touche
padding-bottom : 3px; /*pas touche*/
font-size: 14px; /*grandeur du texte*/
font-weight: bold; /*texte en gras*/
text-align:center; /*texte aligné au milieu*/
font-color : #000000  ; *couleur du texte
text-decoration: none !important; *pas touche
}

/*--- Headers aléatoires ---*/
.ban1 { background-image: url('http://img190.imageshack.us/img190/8597/fonddebannirerpublic.jpg'); }
.ban2 { background-image: url('http://img844.imageshack.us/img844/7729/fonddebannireempire.jpg'); }
.ban3 { background-image: url('http://img577.imageshack.us/img577/1416/fonddebannirehllcdp.jpg'); }

/*--- Apparence catégories/forum ---*/
/*coller le forum au cadre*/
.bodyline {
padding-left : 0px!important;
padding-right : 0px!important;
}

a.forumlink{
  display: block;
  text-align: center;
  padding-bottom: 3px;
  margin: 3px;
}

 
.cadrefo{
  background-color:#000000;
  padding: 5px;
  border: 1px solid #696969;
  margin: 4px;
  margin-bottom: 0px !important;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 700px;
}
 
.stats{
  text-align: center;
  background-color: #000000;
  border: 1px solid #696969;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
 
.lastm{
  text-align: center;
  background-color: #000000;
  border: 1px solid #696969;
  margin-top: 2px;
  -moz-border-radius-bottomleft: 14px;
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -webkit-border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
 
.sousfo{
  background-color:#000000;
  padding: 1px;
  border: 1px solid #696969;
  border-top: none !important;
  width:75%;
  margin: auto;
  -moz-border-radius-bottomleft: 14px;
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -webkit-border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
 
.secondarytitle{
  width: 80%;
  height : 25px;
  background-color: #000000;
  border: 1px solid #242424;
  padding-left: 50px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}


Dans la Template j'ai remplacé ça

Code:
<!-- 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">
        <div class="cadrefo"><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%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
                    <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages
                      </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><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></div>
            <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </span>
                  </div></td>


par

Code:
<!-- END inc -->
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <table><tr><td><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
        <td><div class="cadrefo"><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%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
                    <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages
                      </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><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></div>
            <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </span>
          </div></td></tr></table></td>


et dans la feuille de style j'ai simplement délimiter la largeur de .cadrefo à 700px
Code:
.cadrefo{
  background-color:#000000;
  padding: 5px;
  border: 1px solid #696969;
  margin: 4px;
  margin-bottom: 0px !important;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 700px;
}

Tu peux changer les 700px à ta guise, c'était juste histoire que ça n'élargisse pas le forum , à toi de voir~
J'espère avoir pu te rendre service :3
Si jamais il y a un soucis, just ask
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyJeu 19 Avr 2012, 13:48
Revenir en haut Aller en bas
http://createur2forum.forumactif.org/forum.htm
Sandra
Sandra
{ Membre }
{ Membre }

Féminin Messages : 40



Supprimer la vilaine colonne de gauche Empty
lol on est synchro, j'avais réussis aussi ^^ enfin je crois...
Le template modifié que j'ai à la fin :
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 width="80%" border="0" cellspacing="1" cellpadding="0">
  <tr>
          <td width="6%"></td><td width="80%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </td>
     
</tr>
  <!-- END tablehead --></table><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- 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>
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
              <!-- END inc --><td><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
              <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">
        <div class="cadrefo"><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%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
                    <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages
                      </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><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></div>
            <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </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="20" width="1" /><!-- END tablefoot --><!-- END catrow -->
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyJeu 19 Avr 2012, 13:49
Revenir en haut Aller en bas
http://www.haldira.net
Haldira
Haldira
{ Membre actif }
{ Membre actif }

Féminin Messages : 981



Supprimer la vilaine colonne de gauche Empty
Lola_A tu n'as pas donné de réponse, peut-on dire que le sujet est résolu ?
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyDim 22 Avr 2012, 17:49
Revenir en haut Aller en bas
http://www.haldira.net
Haldira
Haldira
{ Membre actif }
{ Membre actif }

Féminin Messages : 981



Supprimer la vilaine colonne de gauche Empty
Bonjour,

N'ayant pas eu de nouvelle réponse de votre part, je considère donc le problème comme résolu et déplace le sujet.

Si toutefois ce n'est pas le cas, il vous faudra poster une nouvelle demande.

Merci beaucoup./div>
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche EmptyJeu 26 Avr 2012, 05:09
Revenir en haut Aller en bas
Contenu sponsorisé




Supprimer la vilaine colonne de gauche Empty
MessageSujet: Re: Supprimer la vilaine colonne de gauche   Supprimer la vilaine colonne de gauche Empty
Revenir en haut Aller en bas
 

Supprimer la vilaine colonne de gauche

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» Comment Supprimer la colonne sujet et la colonne méssages?
» Mettre ma colonne "dernier message" à gauche de la catégorie.
» Supprimer la colonne dernier message.
» Supprimer Colonne Messages & Sujets
» RÉSOLU - Supprimer colonne "auteur" et "rechercher dans"

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forumactif.com