Question à un certain problème Bouton_activeQuestion à un certain problème Bouton_hoverQuestion à un certain problème Fb-hoverQuestion à un certain problème 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
Question à un certain problème EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Question à un certain problème EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Question à un certain problème EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Question à un certain problème EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Question à un certain problème EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Question à un certain problème EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Question à un certain problème EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Question à un certain problème EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le deal à ne pas rater :
Jeux, jouets et Lego : le deuxième à -50% (large sélection)
Voir le deal

Partagez
 

Question à un certain problème

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://sokio.pure-division.net
Kiowa
Kiowa
{ Membre }
{ Membre }

Féminin Messages : 125



Question à un certain problème Empty
Tout d’abord bonjour,

Alors je viens à vous en espérant que vous serez dans la capacité à régler mon problème. Je ne saurais si celle-ci à déjà été poser, et si le cas, je m’en excuse d’avance. Mon problème se trouve alors sur mon forum de test : http://kiowa-sokio.keuf.net/index.htm

Alors je me lance. Depuis ce matin je travail à mon forum de test pour modifier le rendu visuelle de celui-ci et j’ai donc décidé de faire afficher mes catégories dans des onglets. Chose n’étant pas bien compliquer vu les tutoriaux à ma disposition sur le forum. Mais voilà que je remarque un peu plus tard que les catégories se modifie parfaitement, mais lorsque je vais dans un sous forum, le tableau ou se trouve les « topics » ne s’intègre pas à la mise en page que j’aurais aimé. Voici ce qu’il fait :

Spoiler:

J’aimerais pouvoir l’intégré dans le reste de mon « tableau » et lui appliquer la même forme et tout. Puis diviser les les catégories des messages par une ligne. Enfin me débarrasser des barres noires, et des contours tout le tralala inutile pour tout intégré le reste au premier block.

Spoiler:

Donc j’ai modifié quelques templates ainsi que la page css : mais voici le templates qui se raccorde au problème soit le Index_box

Les templates
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>
<div class="my_cat"> <ul></ul> </div>


<div class="my_cat_body">
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<table class="my_modified_table" width="100%" border="0" cellspacing="1" cellpadding="0">
  <div class="my_forum_name">{catrow.tablehead.L_FORUM}</div>
  <!-- END tablehead -->
 
  <!-- BEGIN forumrow -->
      <tr>
        <td colspan="3" class="my_title" align="center"><div class="myfoo_title"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div><img src="{SPACER}" alt="" height="5" width="1" /></td>
      </tr>
      <tr>
        <td class="my_img" valign="top"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="" /></td>
        <td class="my_disc" width="300" valign="top" >{catrow.forumrow.FORUM_DESC}</td>
        <td class="my_stats" width="200" valign="top">
            Topics: {catrow.forumrow.TOPICS}

            Posts: {catrow.forumrow.POSTS}

            Dernier post: {catrow.forumrow.LAST_POST}

           
        </td>
      </tr>
  <!-- END forumrow -->
  <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
</div>

Et le CSS

Code:
 body {
background-repeat: no repeat;
background-position: top center;
}

.postbody {
      background-repeat: repeat;
      background-image: url(http://img403.imageshack.us/img403/8149/fondficherb.png);
      background-position: center;
}

.navi {
      background-color: #786151; /*FOND*/
      border: 1px solid #BFB196;
      text-shadow: 0px 0px 3px #000000; /*OMBRAGE*/
      padding: 3px; /*ESPACER DES BORDS*/
      -moz-border-radius: 5px; /*ARRONDIR LES COINS*/
}

.vignettes {
      -moz-border-radius:7px;
      background-color: #ffffff;
      padding-right:10px;
      padding-left:10px;
      padding-bottom: 3px;
      padding-top:3px;
}

td.row1 {
      background-repeat: repeat;
      background-image: url(http://img403.imageshack.us/img403/8149/fondficherb.png);
      background-position: center;
}

td.row2 {
      background-repeat: repeat;
      background-image: url(http://img403.imageshack.us/img403/8149/fondficherb.png);
      background-position: center;
}

td.row3 {
      background-repeat: repeat;
      background-image: url(http://img403.imageshack.us/img403/8149/fondficherb.png);
      background-position: center;
}

td.row3Right {
      background-repeat: repeat;
      background-image: url(http://img403.imageshack.us/img403/8149/fondficherb.png);
      background-position: center;
}

a {
text-decoration: none !important;
}

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

.statistiques{
      border:0px;
      background-image: url("LIEN IMAGE DU HAUT");
      background-repeat: no-repeat;
      background-position: center;
      height:270px;
}

.groupes{
      background-color:#786151;
      border: 1px #BFB196 dotted;
      -moz-border-radius : 5px 5px 5px 5px;
      height:40px;
      padding-right:12px;
      padding-left:14px;
      padding-bottom:3px;
      font-size:15px;
      font-weight: bold;
      text-align:center;

}

.my_modified_table{
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
      margin-top: 5px !important;
      font-family: Verdana;
      background-color:#786151;
}

.my_forum_name{
color:#fff;
      display:none;
}

.myfoo_title{
      text-align:center;
      width: 350px;
      -moz-border-radius: 6px;
      display: block;
      -moz-border-radius:10px;
      text-decoration: none !important;
}

.my_img{
      width: 10%;
      margin-left: 50px;
}

.my_disc{
      width: 70%;
      text-align:center;
      font-size:11px;
}

.my_stats{
      width: 20%;
      text-align:center;
      font-size:11px;
}



.my_title{
      text-align:center;
      font-size: 14px;
      font-family: Arial;
      text-decoration: none !important;
}

.my_cat_body{
      border: 1px solid #BFB196;
      -moz-border-radius: 3px;
      background-color:#786151;
}

.my_cat ul{
      margin:0;
      padding: 0;
      width: 800px !important;

}

.my_cat li{
      margin-left: 2px;

}

.my_cat_style{
      border-top: 1px #BFB196 solid;
      border-left: 1px #BFB196 solid;
      border-right: 1px #BFB196 solid;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-topright: 6px;
      text-align:center;
      font-size: 11px;
      padding-left:10px;
      padding-right:10px;
      display:inline;
      background-color:#786151;
      width: 200px;
      font-family: Arial;
      font-weight: bold;
}

.my_cat a{
      color: #BFB196;
      text-shadow: 0px 0px 3px #000000; /*OMBRAGE*/
}

J’espère que vous saurez m’Aider et que j’ai été suffisamment explicite. MERCI
MessageSujet: Question à un certain problème   Question à un certain problème EmptyMer 20 Oct 2010, 15:47
Revenir en haut Aller en bas
http://libre-penseuse.over-blog.com/
Aphrody ♥
Aphrody ♥
{ Membre actif }
{ Membre actif }

Féminin Messages : 1344



Question à un certain problème Empty
En gros tu veux mettre ce que tu as entouré en rouge dans le tableau ou il y à marqué TEST SOUS FOW ?
MessageSujet: Re: Question à un certain problème   Question à un certain problème EmptyJeu 21 Oct 2010, 14:48
Revenir en haut Aller en bas
http://sokio.pure-division.net
Kiowa
Kiowa
{ Membre }
{ Membre }

Féminin Messages : 125



Question à un certain problème Empty
Oui enfin en dessous !!! mais j'aimerais aussi avoir le même design que celui marquer "test sous fow"
MessageSujet: Re: Question à un certain problème   Question à un certain problème EmptyVen 22 Oct 2010, 02:02
Revenir en haut Aller en bas
Invité
Invité




Question à un certain problème Empty
Bonjour,

Votre problème est-il résolu ?
Si oui, merci de cocher dans "icône du sujet" l'icône Question à un certain problème Resolu3 en éditant votre premier post.
MessageSujet: Re: Question à un certain problème   Question à un certain problème EmptyMer 27 Oct 2010, 18:19
Revenir en haut Aller en bas
http://sokio.pure-division.net
Kiowa
Kiowa
{ Membre }
{ Membre }

Féminin Messages : 125



Question à un certain problème Empty
Non il ne l'est pas... j'Attend toujours des réponses Merci Very Happy
MessageSujet: Re: Question à un certain problème   Question à un certain problème EmptyMer 27 Oct 2010, 22:22
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Question à un certain problème Empty
Bonjour =D

La modification de cette partie du forum est en fait un autre template, le viewforum_body si je ne me trompe pas (ou c'est le topic_list_box mais je penche plus pour le viewforum_body xD)

Les catégories de l'index sont sous index_box, mais les sous-catégories ne sont plus sous l'index, elles sont donc dans un autre template~
MessageSujet: Re: Question à un certain problème   Question à un certain problème EmptyJeu 28 Oct 2010, 02:01
Revenir en haut Aller en bas
http://sokio.pure-division.net
Kiowa
Kiowa
{ Membre }
{ Membre }

Féminin Messages : 125



Question à un certain problème Empty
oui c'est ce que je croyais malheureusement je trouve pas et je trouve pas non plus le code exacte pour le faire entrer dedans.. :S ou même ne serait qu'avoir le même look à la limite
MessageSujet: Re: Question à un certain problème   Question à un certain problème EmptyLun 01 Nov 2010, 11:30
Revenir en haut Aller en bas
http://www.pixelia.forumactif.org
Caroo'
Caroo'
{ Membre actif }
{ Membre actif }

Féminin Messages : 493



Question à un certain problème Empty
Bonjour,

Le problème est-il résolu ? Si oui, merci de bien vouloir cocher l'icône Question à un certain problème Resolu3 en éditant votre sujet. Wink
MessageSujet: Re: Question à un certain problème   Question à un certain problème EmptyLun 08 Nov 2010, 13:17
Revenir en haut Aller en bas
Contenu sponsorisé




Question à un certain problème Empty
MessageSujet: Re: Question à un certain problème   Question à un certain problème Empty
Revenir en haut Aller en bas
 

Question à un certain problème

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

 Sujets similaires

-
» Problème PA et petite question
» Une question, un problème de fond.
» Problème infobulle + une autre question
» Petit problème ennuyant question esthétisme
» Question page d'accueil -Problème résolu

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 | Forum gratuit