AccueilDernières imagesRechercherS'enregistrerConnexion

Forum de graphisme, codage et game design proposant des tutoriels, astuces, libres services et commandes dans les domaines de l'infographie amateur, de l'intégration web (HTML et CSS essentiellement) ainsi que dans la conception de RPG sur forum.

Le Deal du moment : -50%
-50% Baskets Nike Air Huarache Runner
Voir le deal
69.99 €

    terminé merci

    Lula
    Lula
    FémininAge : 33Messages : 67

    Mar 7 Juin 2011 - 18:35

    Bonjouuur :) J'ai des soucis (encore)

    ♦ Voilà j'ai modifié template & css afin de mettre des sidebars en bas & en haut de chacune de mes catégories (aussi appelées tables il me semble)
    Bref, j'ai suivi ce tuto https://www.never-utopia.com/t32098-sidebars-pour-le-fond-des-titres - (c'est Lutine qui m'a donné le lien hein, je peux m'en servir ^^). & quand je l'ai fait la 1ère fois aucun problème j'y suis parvenue. J'avais mes sidebars en haut & en bas. Seulement j'ai tout enlevé ensuite vu que c'était juste pour tester ^^ & quand j'ai voulu le refaire... impossible ! Seule la sidebar du haut s'affiche & pas celle du bas :/ ( http://files.getwebb.org/view-cre65m98.html ) Pourtant j'ai refais exactement la même chose -__- J'aimerais savoir comment ça se fait, & comment résoudre ce petit gros soucis.. si quelqu'un peut m'aider (a) Je pense que c'est parce que j'ai rajouté d'autres codes dans le template par la suite.. & donc ça bloque quelque chose ? Enfin je dis ça mais j'en sais rien xD


    Le lien de mon forum si besoins > http://fairytales.1fr1.net/


    Dernière édition par Lula le Lun 12 Sep 2011 - 14:21, édité 4 fois
    Sparrow-style
    Sparrow-style
    FémininAge : 39Messages : 32055

    Mer 8 Juin 2011 - 12:40

    Bonjour^^

    Alors pour celle du bas, as-tu bien mis sa hauteur dans le css ? Car si tu n'en mets pas, le block n'apparait pas du tout, donc c'est peut-être pour ça. Sinon, vérifies également que tu n'as pas fait d'erreur dans le nom donné à ton bloc et celui mis dans le css, il doit être parfaitement identique et sans accent ni caractère spéciaux à l'exception de "-" ou "_".
    Si ce n'est ni l'un ni l'autre, il me faudra le template entier et le css pour essayer de comprendre d'où ça peut venir^^

    Pour ta seconde question je crois que c'est pas possible, chaque utilisateur décide via son profil s'il souhaite les recevoir ou non, et heureusement je dirais parce que perso' j'apprécierai pas d'avoir ma boite mail inondée de notification de réponse XD. Tu peux par contre inscrire quelque part sur ton forum ce conseil pour les membres, en leur disant qu'ils peuvent activer cette option dans leur profil et que tu estimes que c'est mieux pour eux... ^^



    sign
    Lula
    Lula
    FémininAge : 33Messages : 67

    Mer 8 Juin 2011 - 13:49

    Pour les notif' si c'est pas possible c'est pas grave :)

    & sinon pour les sidebars, uui j'ai rempli tout ce qu'il fallait dans la feuille css normalement :s
    & ça marche en haut & pas en bas :s
    & pour le template j'ai regardé & il me semble que c'est le même nom aussi..

    Je te passe mon css & mon template index_box pour que tu vois, je pense que ça ira mieux, parce que moi je m'y connais pas vraiment :/

    Code:
    /* URL DU HEADER ET COULEUR DU FOND */
    body {
    background-image: url("http://files.getwebb.org/files/37/16/f6/893acd842efa2b1a306eed701858fdd2db/source.png");
    background-color: #fef8f1;
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: #ffffff 1px 1px 0px;
    }


    /* ENCADREMENT DE LA DESCRIPTION DES SOUS-CATÉGORIES */
    .milieu {width: 90%; margin: 5px; border: 2px solid #F1DFD8;-moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 5px; background-color:#FFF6E5 ; font-size: 12px}




    /* ENCADREMENT DERNIERS MESSAGES */
    .lastposte {
    background-color: #FFF6E5;
    border: 2px solid #F1DFD8;
    padding: 5px;
    -moz-border-radius: 10px; }




    /* ÉVITE LE SOULIGNEMENT DES LIENS */
    a:link {text-decoration: none;}
    a:hover{text-decoration: none !important;}




    /* ENCADREMENT DE L'AVATAR */
    .postdetails.poster-profile a img {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border: 3px solid #FBE3C6;
    }



    /* ENCADREMENT DU FORUM */
    .forumline {
    Border-top:0px solid #FCE9D1;
    -moz-border-radius:0px;
    border-bottom:8px solid #F4E8E3;
    border-left:7px solid #FCE9D1;
    border-right:7px solid #FCE9D1;
    }




    /*TITRES DES FORUMS*/
    .forumlink{
    font-size: 28px;
    letter-spacing: -1px;
    font-family: script mt bold;
    opacity: 0.9;
    }

    .forumlink:hover{
    font-size: 28px;
    letter-spacing: 0px;
    font-family: script mt bold;
    opacity: 0.9;
    text-transform: lowercase;
    }



    /* ALINÉA AUTOMATIQUE DANS LES MESSAGES ET ALIGNEMENT JUSTIFY */
    .postbody {
        display: block;
        padding-left: 20px;
        text-align:justify;
    }




    /* APPARENCE DES SPOILERS */
    .spoiler_content {
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    background-image: url(image);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-color: #FEF8F1;
    color : #D7AEB8;
    }
    .spoiler_closed {
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    background-color: #FEF8F1;
    color : #D7AEB8;
    }




    /* APPARENCE DES CODES */
    .code {
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    background-image: url(image);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 57px;
    padding-left: 10px;
    background-color: #FEF8F1;
    color : #D7AEB8;
    font-family:  "arial"
    }




    /* APPARENCE DES CITATIONS */
    .quote {
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    background-image: url(image);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 57px;
    padding-left: 10px;
    background-color: #FEF8F1;
    color : #D7AEB8;
    }




    /*APPARENCE DE LA FENÊTRE SAISIE MESSAGE*/
    textarea, select {
    color : #C9957B;
    font: normal 11px arial;
    border: #FDE9D0;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-style: solid;
    border-right-width: 3px;
    background-color: #FAF9D7;
    -moz-border-radius: 10px 10px 10px 10px;
    }




    /*APPARENCE DES BOUTONS PRÉVISUALISER ET ENVOYER*/
    input, select {
    color : #C9957B;
    font: normal 11px arial;
    border: #FDE9D0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    background-color: #FAF9D7;
    -moz-border-radius: 10px 10px 10px 10px;
    }




    /*POINTILLES EN DESSOUS DE CHAQUE NOM SOUS CATÉGORIE*/
    a.forumlink{
    border-bottom: 1px dashed #f3c7bd;
    color:#couleurtext;
    font-size: px;
    display:block;

    }
    a.forumlink:hover{
    border-bottom: 1px dashed #f3c7bd;
    color:#couleurtext;
    font-size: px;
    display:block;
    }





    /*QEEL*/
    .tableauqueel{
    background-color : #FEF8F1 ;
    border : solid 3px #FFF6E5;
    -moz-border-radius : 10px 10px 10px 10px}


    .partiedroite {
    font-size : 11px ;
    border-left : 3px dotted #ECC5C5;
    padding-left : 10x }


    .groupes{
    background-color:#FFF6E5 ;
    border: 1px color #E5B790  ;
    -moz-border-radius : 10px 10px 10px 10px;
    height:40px;
    padding-right:12px;
    padding-left:14px; 
    padding-bottom:3px;
    font-size:14px
    ;font-weight: bold;
    text-align:center;
    font-color : #F198C2 ;
    text-decoration: none !important;
    }




    /*TEXTES L'UN SUR L'AUTRE*/
    .titrebefore{
    font-family: times new roman;
    font-size: 34px;
    letter-spacing: -4px;
    color: #E8B7B5;
    font-style: bold;
    }

    .titrebefore:hover{
    font-family: times new roman;
    font-size: 38px;
    color:#D8BDC1;
    letter-spacing: -2px;
    font-style: bold;
    }










    /* SIDEBARS EN HAUT */
    #table_head
    {
    width: 860;
    height: 165;
    background-color: transparent;
    background-image: url('http://files.getwebb.org/files/ba/71/09/12d255fdda9edc7a6717df75ab7907172a/source.png');
    background-repeat: no-repeat;
    margin: auto;
    }


    /* SIDEBARS EN BAS */
    #table_foot
    {
    width: 860;
    height: 65;
    background-color: transparent;
    background-image: url('http://files.getwebb.org/files/e6/30/2f/8b48abe24d6407531aab7c536a172fc601/source.png');
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 150px
    }



    /* INFOS PROFIL */
    .infoprofil{
    padding: 2px;
    background-color: #FEF4E9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #FBE3C6;
    background-image: url('http://files.getwebb.org/files/2d/db/bd/99ca430f1956dfaa46296afd555f0bafc0/source.png');
    background-repeat: no-repeat;
    background-position: top right;
    }














    a {text-decoration: none;}
    a:link {text-decoration: none;}
    a:hover {text-decoration: none!important;}
    a.forumlink {text-decoration: none;}
    a.forumlink:hover {text-decoration: none!important;}
    a.topiclink {text-decoration: none; }
    a.topiclink:hover {text-decoration: none!important; }



    /*CONTRE LES EDITIONS*/
    tr.post span.gensmall { display: none; }





    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 id="table_head"><div class="secondarytitle"> {catrow.tablehead.L_FORUM} </div></div>

    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <!-- 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>
          <!-- 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="1" valign="top" width="100%" height="50">                                         
                        <div class="le_tout">                                                                                                  <!---- DÉBUT DES MODIFICATIONS ---->               
                                        <table width="100%">
                                                  <tr>
                                                          <td  width="65%"><h{catrow.forumrow.LEVEL} class="hierarchy">
                                                                      <div class="titre_forum">
                                                                          <span class="forumlink"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
                                                                          </span> </div>
                                                                </h{catrow.forumrow.LEVEL}>
                                                                                                                                            <span style="/position: relative;" class="genmed"> {catrow.forumrow.FORUM_DESC}</span>
                                                                                      <div class="moderateur"><!-- BEGIN switch_moderators_links -->{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
    <!-- END switch_moderators_links --></div>
    </div>
                                                        </td>
                                                        <td width="5%"margin-right: 0px;">
                                                                                      <!-- BEGIN forum_link_no -->
             </span>
          </td>
          <td class="row3 over" align="center" valign="middle" height="50" width="20%">
          <br/><div class="lastposte"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div><br>
    <span class="gensmall"><b>{catrow.forumrow.TOPICS}</b> sujets <b>♦</b> <b>{catrow.forumrow.POSTS}</b> messages</span><br/>
     
          </td>
                    </div>
                                                        </td>
                                                                                        <!-- END forum_link_no -->
                                            </tr>
                                  </table>
    </div>

          <table width="100%">
                <tr>
                        <td>
                                  <div class="lien_du_bas">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                                  </div>
                        </td>
                </tr>
          </table>                                                                <!---- FIN DES MODIFICATIONS  ---->
    </td>
    </tr>                                                                         
                                  <!-- BEGIN forum_link -->
                                  <!-- END forum_link -->
    </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" /><div id="table_foot"></div><!-- END tablefoot --><!-- END catrow --><div id="bas"></div>


    Merci ! :)
    Lula
    Lula
    FémininAge : 33Messages : 67

    Sam 11 Juin 2011 - 0:01

    Sparrow-style ?



    en passant le nouveau design est fabuleux *-*
    Sparrow-style
    Sparrow-style
    FémininAge : 39Messages : 32055

    Sam 11 Juin 2011 - 12:13

    Oui pardon^^

    Bah j'ai du mal à voir, mais essaie de mettre :

    Code:
    <div id="table_foot"></div>

    Juste un peu avant là où il est, donc juste après :

    Code:
    </table>

    Et j'ai une question : ce code te sers à quoi ? :

    Code:
    <div id="bas"></div>



    sign
    Lula
    Lula
    FémininAge : 33Messages : 67

    Sam 11 Juin 2011 - 13:25

    J'ai rajouté ça
    Code:
    <div id="table_foot"></div>
    après ça
    Code:
    </table>
    & ça marche toujours pas :/
    j'ai aussi enlevé
    Code:
    <div id="bas"></div>
    du template, je sais pas non plus à quoi ça sert ^^
    & ça fonctionne pas non plus :s


    voilà mon template .. :s
    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>
    <div id="table_foot"></div>




    <!-- BEGIN catrow --><!-- BEGIN tablehead -->

    <div id="table_head"><div class="secondarytitle"> {catrow.tablehead.L_FORUM} </div></div>

    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <!-- 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>
          <!-- 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="1" valign="top" width="100%" height="50">                                         
                        <div class="le_tout">                                                                                                  <!---- DÉBUT DES MODIFICATIONS ---->               
                                        <table width="100%">
                                                  <tr>
                                                          <td  width="65%"><h{catrow.forumrow.LEVEL} class="hierarchy">
                                                                      <div class="titre_forum">
                                                                          <span class="forumlink"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
                                                                          </span> </div>
                                                                </h{catrow.forumrow.LEVEL}>
                                                                                                                                            <span style="/position: relative;" class="genmed"> {catrow.forumrow.FORUM_DESC}</span>
                                                                                      <div class="moderateur"><!-- BEGIN switch_moderators_links -->{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
    <!-- END switch_moderators_links --></div>
    </div>
                                                        </td>
                                                        <td width="5%"margin-right: 0px;">
                                                                                      <!-- BEGIN forum_link_no -->
             </span>
          </td>
          <td class="row3 over" align="center" valign="middle" height="50" width="20%">
          <br/><div class="lastposte"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div><br>
    <span class="gensmall"><b>{catrow.forumrow.TOPICS}</b> sujets <b>♦</b> <b>{catrow.forumrow.POSTS}</b> messages</span><br/>
     
          </td>
                    </div>
                                                        </td>
                                                                                        <!-- END forum_link_no -->
                                            </tr>
                                  </table>
    </div>

          <table width="100%">
                <tr>
                        <td>
                                  <div class="lien_du_bas">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                                  </div>
                        </td>
                </tr>
          </table>                                                                <!---- FIN DES MODIFICATIONS  ---->
    </td>
    </tr>                                                                         
                                  <!-- BEGIN forum_link -->
                                  <!-- END forum_link -->
    </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" /><div id="table_foot"></div><!-- END tablefoot --><!-- END catrow --><div id="bas"></div>

    Sparrow-style
    Sparrow-style
    FémininAge : 39Messages : 32055

    Sam 11 Juin 2011 - 14:26

    et si tu enlève ça :

    Code:
    <img src="{SPACER}" alt="" height="5" width="1" />

    (c'est juste avant la division ajoutée en bas de page...)




    sign
    Lula
    Lula
    FémininAge : 33Messages : 67

    Sam 11 Juin 2011 - 15:25

    Non ça change rien non plus :/
    Sparrow-style
    Sparrow-style
    FémininAge : 39Messages : 32055

    Sam 11 Juin 2011 - 15:41

    Bah c'est étrange, moi quand j'essaie ça fonctionne, avec ceci à la fin de mon template :

    Code:
      <!-- END catfoot -->
      <!-- BEGIN tablefoot -->
    </table>
    <div id="table_foot"></div>
    <img src="{SPACER}" alt="" height="5" width="1" />
    <!-- END tablefoot -->
    <!-- END catrow -->

    Sachant que ce morceau :

    Code:
    <img src="{SPACER}" alt="" height="5" width="1" />

    peut être enlevé aussi.

    Au pire, essaies de remplacer pour le table_head et le table_foot, le "id" en "class", et donc dans le css le "#" en "." (dièse en point). Normalement, c'est ce qui est juste, ici il faut une class et non une id. C'est une erreur de ma part dans le tuto je l'avoue^^



    sign
    Lula
    Lula
    FémininAge : 33Messages : 67

    Sam 11 Juin 2011 - 16:00

    oki j'ai mis "class" à la place "id" dans le template
    & dans css j'ai mis un "." à la place du "#"

    & .. ça fonctionne toujours pas, je sais pas comment ça se fait Crying or Very sad
    y a toujours que la sidebar du haut :/
    Lula
    Lula
    FémininAge : 33Messages : 67

    Mer 15 Juin 2011 - 14:24

    toujours pas de solution ? :/
    Lula
    Lula
    FémininAge : 33Messages : 67

    Sam 16 Juil 2011 - 11:09

    personne ne peut m'aider :/
    je change de design prochainement & j'aurais aimé savoir comment résoudre ça Crying or Very sad
    Sui'
    Sui'
    MasculinAge : 32Messages : 1865

    Sam 16 Juil 2011 - 12:08

    Hey!

    J'ai tester tes codes et j'avais pas l'image du bas non plus, par contre j'ai rajouter dans le css, les "px" à chaque fin de nombre pour la largeur et la hauteur et sa à marcher pourtant pour l'image du haut je ne les ai pas mis et sa marche ._.

    en gros j'ai sa:

    Code:
    width: 860px;
    height: 65px;

    Par contre tu as un "margin-top: 150px; dans ton css essaye de le retirer pour voir car normalement tu ne devrais pas l'avoir.



    Merci beaucoup Woo pour ce kit *-*
    terminé merci 657955SignatureSuicopie
    Sui' Art's
    Lula
    Lula
    FémininAge : 33Messages : 67

    Sam 16 Juil 2011 - 12:17

    han ça marche merciiiiiiii ♥ Very Happy
    juste pour un px quoi XD
    Sui'
    Sui'
    MasculinAge : 32Messages : 1865

    Sam 16 Juil 2011 - 12:22

    De rien ^^.
    En effet juste pour un px on peut s'arracher les cheveux Razz Satané code x)




    Merci beaucoup Woo pour ce kit *-*
    terminé merci 657955SignatureSuicopie
    Sui' Art's
    Contenu sponsorisé


      La date/heure actuelle est Jeu 9 Mai 2024 - 19:07