Onglets QEEL ne s'affichant pas correctement

2 participants

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

Résolu Onglets QEEL ne s'affichant pas correctement

Message par Meblang Sam 23 Mar 2013 - 20:45

Bonjour,
j'ai installé un système d'onglet dans mon QEEL afin de présenter les groupes. Le problème, c,est qu'il ne s'affiche pas correctement (VOIR ICI). Les petits carrés colorés devraient se situer au-dessus du carré où se situera la description et À L'HORIZAONTAL. Tout fonctionnait très bien jusqu'à ce que je change le nom de ma classe parce que ça interférait avec celle des onglets des catégories. Du coup, c'est une vraie galère. Même que le carré se dédouble. J'ai bien beau chercher, je ne trouve pas !

Voici mon CSS et mon TEMPLATE :

Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle" align="right">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         </span>
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

        <!-- BEGIN disable_viewonline -->
       
  <center>    <img src="http://i46.tinypic.com/2cdxqtl.png" />
<div style="background: #F7B379;padding: 10px;width: 733px;"><center><table width="750px"><tr><td width="33%"><div style="background: #FBCEA8;padding: 10px;width: 212px; height:210px; overflow:auto;"><div style="font-style: justify; font-size:10px">{TOTAL_USERS}<br/>
          {NEWEST_USER}<br/>
  <table><tr><td>{L_CONNECTED_MEMBERS}</div></div></td></tr></table></td><td width="33%"> <div style="background: #FBCEA8;padding: 10px;width: 212px; height:210px;"><script type="text/javascript">
        //<!--
                function change_groupe(name)
                {
                        document.getElementById('groupe_'+anc_groupe).className = 'groupe_0 groupe';
                        document.getElementById('groupe_'+name).className = 'groupe_1 groupe';
                        document.getElementById('contenu_groupe_'+anc_groupe).style.display = 'none';
                        document.getElementById('contenu_groupe_'+name).style.display = 'block';
                        anc_groupe= name;
                }
        //-->
        </script>

<DIV ALIGN=CENTER><div class="groupe"><br>
  <span class="groupe_0 groupe" id="groupe_pa1" onmouseover="javascript:change_groupe('pa1');"><a href="http://universitylife.nice-forums.net/g13-alpha"><img src="http://i49.tinypic.com/alnn79.png"></a></span> 
    <span class="groupe_0 groupe" id="groupe_pa2" onmouseover="javascript:change_groupe('pa2');"><a href="http://universitylife.nice-forums.net/g12-kappa"><img src="http://i46.tinypic.com/20h0gom.png"></a></span> 
      <span class="groupe_0 groupe" id="groupe_pa3" onmouseover="javascript:change_groupe('pa3');"><a href="http://universitylife.nice-forums.net/g15-ketha"><img src="http://i45.tinypic.com/3492ik0.png"></a></span> 
        <span class="groupe_0 groupe" id="groupe_pa4" onmouseover="javascript:change_groupe('pa4');"><a href="http://universitylife.nice-forums.net/g16-zeta"><img src="http://i48.tinypic.com/33e2a13.png"></a></span> 
              <span class="groupe_0 groupe" id="groupe_pa5" onmouseover="javascript:change_groupe('pa5');"><a href="http://universitylife.nice-forums.net/g163-omega"><img src="http://i45.tinypic.com/70c61g.png"></a></span> 
              <span class="groupe_0 groupe" id="groupe_pa6" onmouseover="javascript:change_groupe('pa6');"><a href="http://universitylife.nice-forums.net/g14-theta"><img src="http://i50.tinypic.com/2ezio2s.png"></a></span> 
              <span class="groupe_0 groupe" id="groupe_pa7" onmouseover="javascript:change_groupe('pa7');"><a href="http://universitylife.nice-forums.net/g165-etudiant"><img src="http://i46.tinypic.com/dhfwuv.png"></a></span> 
              <span class="groupe_0 groupe" id="groupe_pa8" onmouseover="javascript:change_groupe('pa8');"><a href="http://universitylife.nice-forums.net/g164-adulte"><img src="http://i46.tinypic.com/2u9kd1c.png"></a></span> 
                </div></div>

        <div class="contenu_groupe">

<div class="contenu_groupe" id="contenu_groupe_pa1">alpha</div>

<div class="contenu_groupe" id="contenu_groupe_pa2">kappa</div>

<div class="contenu_groupe" id="contenu_groupe_pa3">ketha</div>

<div class="contenu_groupe" id="contenu_groupe_pa4">zeta</div>

          <div class="contenu_groupe" id="contenu_groupe_pa5">omega</div>

<div class="contenu_groupe" id="contenu_groupe_pa6">theta</div>

<div class="contenu_groupe" id="contenu_groupe_pa7">étudiant</div>

<div class="contenu_groupe" id="contenu_groupe_pa8">adulte</div>
         
</div>

    <script type="text/javascript">
        //<!--
                var anc_groupe='pa1';
                change_groupe(anc_groupe);
        //-->
        </script></div></td><td width="33%"><div style="background: #FBCEA8;padding: 15px;width: 200px; height:210px; overflow:auto;"><div style="font-style: justify; font-size:10px">{TOTAL_POSTS}<br/>
            {TOTAL_USERS_ONLINE}{LOGGED_IN_USER_LIST}</div><br/></div></td></tr></table></center></div>
        <img src="http://i47.tinypic.com/25qxao9.png" /></center>
          <!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />


{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

Code:
/*QEEL-----------------------------------------------------------------------*/
.groupe{
  align:center;
    margin-top: 10px;
width: 15px;
height:15px;
}

.contenu_groupe{
width: 190px;
height:140px;
border:6px white solid;
background: #F7B379;
padding: 5px;
text-align:justify;
 margin-top: 10px;}
/*CATÉGORIES ONGLETS ---------------------------------------------------------*/
        .onglet {
        display:inline-block;
        height:30px;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin-top:-10px;
          margin-bottom:-10px;
        }
   
      /* --- configuration de l'élément de liste --- */
        .onglet li {
        float:left;
        width: 130px;
        margin-top: -10px;
        text-align: center;
        vertical-align: middle;
        list-style-type:none;
        height: 20px;
        }

        /* *** liens *** */

        .onglet li a {
        display:block;
        text-decoration:none;
        margin-left:5px;
        font-size: 20px ;
          font-style: italic;
          letter-spacing: 0px ;
          text-align:center ;
          font-family: Antiqua, serif;
          text-transform: lowercase;
          color: #FFFFFF;
          text-shadow:2px 2px 2px #FFFFFF;
        }

      /* --- liens au survol --- */

        .onglet li a:hover {
        color:#FC244F;
        }

        /* --- onglet actif --- */

        .onglet_actif {
        background-color: #F7B379;
        width:130px;
        height:30px;
        cursor:pointer;
        }

        /* --- onglet non actif --- */

        .onglet_nactif {
        background-color: #F7B379;
        width:130px;
        height:30px;
        cursor:pointer;
        }

    div.ma_pa{
      background-color: #F7B379;width:750px;}

    .cat_forum {
      -moz-border-radius: 10px;
        background-color: #F7B379;
        margin-top: -10px;
        margin-bottom:30px;
        width: 750px;
        margin-left: -0px;
        }

    .img-bas{
        margin-top:-40px;}

    .secondarytitle, .secondarytitle h2 {
        padding: 10px;
        }

    a.mainmenu{
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        }

        a.mainmenu:hover{
            text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        }

        .postdetails.poster-profile img {
          width:200px;
          display:block;
        }

        body {
        background-repeat: repeat;
          background-position: none;
        }



                        /* ESPACE HAUT ET BAS DU FORUM + LIENS SOULIGNES
          ------------------------------------------------*/
        body{
        margin-top: -10px;
        margin-bottom: -38px;
        }

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

                        /* CODES ET SPOILERS
          ------------------------------------------------*/

        .postbody {
            display: block;
            padding-left: 16px;
            padding-right: 16px;
            text-align:justify;}
        .cadre{
        width: autopx;
        border: 0px solid # ;
        margin: auto;
        background-color: #FEFEF5;
        }

        .cadre2{
        width: autopx;
        border: 0px solid  ;
        border-opacity: 0.7;
        margin: auto;
        background-color: #FBFAD7;
        }

                                  /* CATEGORIES
          ------------------------------------------------*/

        a.forumlink
        {display:inline-block;
          font-size: 20px ;
          font-style: italic;
          letter-spacing: 0px ;
          text-align:center ;
          font-family: Antiqua, serif;
          text-transform: lowercase;
          color: #FFFFFF;
          text-shadow:2px 2px 2px #FFFFFF;
        margin-bottom: -18px;}

        a.forumlink:hover
        {display:inline-block;
          font-size: 20px ;
          font-style: italic;
          letter-spacing: 2px ;
          text-align:center ;
          font-family: Antiqua, serif;
          text-transform: lowercase;
          text-shadow:0px 0px 0px #FCDE87;
        margin-bottom: -18px;}

        .boxcatego{
        width: autopx;
        border: 0px solid # ;
        margin: auto;
        background-color: #fbcea8;
        }

        .boxsousfow{
        width: autopx;
          Height: 120px ;
        border: 10px solid #e6e89d ;
        margin: auto;
        background-color: #fbcea8;}
        .categoriedescription{
        width: autopx;
          Height: 120px ;
        border: 10px solid #FCF3D8 ;
        margin: auto;
        background-color: #fbcea8;}
        .textedescrip {
            padding-left: 6px;
            padding-right: 4px;
        }

        /* MESSAGES IMPORTANTS --------------------------------------------------------------------------------------- */
        .reglement fieldset {
          -webkit-border-radius: 20px;
          -webkit-border-top-right-radius: 50px;
          -webkit-border-bottom-left-radius: 50px;
          -moz-border-radius: 20px;
          -moz-border-radius-topright: 50px;
          -moz-border-radius-bottomleft: 50px;
          border-radius: 20px;
          border-top-right-radius: 50px;
          border-bottom-left-radius: 50px;
          text-align: justify;
          border: 3px solid #81B6D1;
          padding: 0px; 
        }

        .reglement fieldset p {
          padding: 10px;
        }

        .reglement fieldset legend {
          font-size: 25px;
          padding: 10px;
          color: #81B6D1;
          font-family: Georgia;
          font-style: italic;
          text-transform: uppercase;
          text-shadow: 1px 1px 0px white;
          align: center;
        }

        .soustitre {
          display: block;
        -webkit-border-radius: 20px;
          -webkit-border-top-right-radius: 50px;
          -webkit-border-bottom-left-radius: 50px;
          -moz-border-radius: 20px;
          -moz-border-radius-topright: 50px;
          -moz-border-radius-bottomleft: 50px;
          border-radius: 20px;
          border-top-right-radius: 50px;
          border-bottom-left-radius: 50px;
          margin-left: -3px;
          background-color: #81B6D1;
          text-align: center;
          color: white;
        }

        .important {
          background: #fbcea8;
          padding: 10px;
          width: 420px;
          border-radius: 100px;
        border-right: 6px solid #F4F0C6;
        border-left: 6px solid #F4F0C6;
          border-top: 12px solid #F4F0C6;
            text-align: justify;
        }


        /* copyright --------------------------------------------------------------------------------*/
        .aver {width: 200px;
        height: auto;
        text-align:justify;
        margin-left:auto;
        margin-right:auto;
        padding:8px;
        margin-top: 20px; }

        /*RETIRER SOULIGNEMENT LIENS*/
        a:link,a:active,a:visited,a:hover,a:focus
        {
          text-decoration: none;}

        /*LISTER AUTOMATIQUEMENT*/
        .postbody { display: block; padding-left: 30px; }

        /*JUSTIFIER AUTOMATIQUEMENT*/
        .postbody {
            display: block;
            text-align:justify;
        }

        /*sous catégories*/
        #slides div {
          background: #F7B379;
          height: 90px; /* Égal à la hauteur de l\'image */
          margin: 10px;
          overflow: hidden;
          position: relative;
          width: 140px; /* Égal à la largeur de l\'image */
        }
        #slides div img {
          left: 0;
          position: absolute;
          top: 0;
        }
        #slides div:hover img {
          transform: translateY(103px); /* Valeur négative égale à la hauteur de l\'image */
          -moz-transform: translateY(103px);
          -o-transform: translateY(103px);
          -webkit-transform: translateY(103px);}
        #slides div img {
          left: 0;
          position: absolute;
          top: 0;
          transition: transform 0.5s ease-in-out;
          -moz-transition: -moz-transform 0.5s ease-in-out;
          -o-transition: -o-transform 0.5s ease-in-out;
          -webkit-transition: -webkit-transform 0.5s ease-in-out;
        }
        /*image rotation*/
        .tourne {
            transition: 1.5s;
            -moz-transition: 1.5s;
            -webkit-transition: 1.5s;
        }
        .tourne:hover {
            transition: 1.5s;
            -moz-transition: 1.5s;
            -webkit-transition: 1.5s;
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            transform: rotate(360deg);
        }

      /* --- ici vos NOM DE CATEGORIE sauf un : il sera afficher en premier --- */

        #Hampton, #Grecs, #Atlanta, #Relaxation {
        display : none;
        }

        /*header--------------------------------------------------------------*/
        body {
        background-image : url(http://i48.tinypic.com/316afd3.png), url(http://i47.tinypic.com/5b1bp1.jpg) ;
        background-attachment: scroll, fixed ;
        background-repeat: no-repeat, repeat ;
        background-position: top center;}

        /*PAGE D'ACCEUIL------------------------------------------------------------*/
        /*PROFIL---------------------------------------------------------------------*/
        .pseudo {width: 235px;
        height: auto;
        text-align:center;
          letter-spacing: 2px;
        margin-left:auto;
        margin-right:auto;
        background-color: #FCF3D8;
  border: 2px solid #FBDEE3;
        margin-top: 20px; }

    .profil {width: 200px;
        height: auto;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
          padding:5px;
        background-color: #FBCEA8;}

    .rang {width: 180px;
        height: auto;
        text-align:justify;
  font-size: 10px;
            text-transform: uppercase;
          color: #d24430;
          font-family: Georgia;
            letter-spacing: -1px;
        margin-left:auto;
        margin-right:auto;}

Un gros merci à vous !


Dernière édition par Meblang le Sam 30 Mar 2013 - 4:16, édité 2 fois
avatar

Meblang
**

Messages : 52
Inscrit(e) le : 09/03/2013

http://universitylife.nice-forums.net/
Meblang a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Onglets QEEL ne s'affichant pas correctement

Message par Meblang Dim 24 Mar 2013 - 21:36

up
avatar

Meblang
**

Messages : 52
Inscrit(e) le : 09/03/2013

http://universitylife.nice-forums.net/
Meblang a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Onglets QEEL ne s'affichant pas correctement

Message par Meblang Mar 26 Mar 2013 - 2:33

UP
avatar

Meblang
**

Messages : 52
Inscrit(e) le : 09/03/2013

http://universitylife.nice-forums.net/
Meblang a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Onglets QEEL ne s'affichant pas correctement

Message par Meblang Mer 27 Mar 2013 - 5:07

UP
avatar

Meblang
**

Messages : 52
Inscrit(e) le : 09/03/2013

http://universitylife.nice-forums.net/
Meblang a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Onglets QEEL ne s'affichant pas correctement

Message par Meblang Jeu 28 Mar 2013 - 15:23

UP
J'ai vraiment besoin d'aide. On est sensé changer le design en fin de semaine et c,est tout ce qui me manque. J'ai refais des tentatives, mais sans résultat. Si quelqu'un a la moindre idée! Je c,est que ce n'est pas toujours évident, mais mon code fonctionnait avant, donc je ne sais vraiment pas quoi faire pour le refaire fonctionner !

Merci à tous ceux qui tenteront de m'aider !
avatar

Meblang
**

Messages : 52
Inscrit(e) le : 09/03/2013

http://universitylife.nice-forums.net/
Meblang a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Onglets QEEL ne s'affichant pas correctement

Message par Azya Jeu 28 Mar 2013 - 15:50

Rectification, c'est bon
Azya

Azya
***

Féminin
Messages : 151
Inscrit(e) le : 21/10/2011

http://www.plumesmots.com/
Azya a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Onglets QEEL ne s'affichant pas correctement

Message par Meblang Jeu 28 Mar 2013 - 16:39

Je ne comprends pas What's happen ?!?
Rectification de quoi?
avatar

Meblang
**

Messages : 52
Inscrit(e) le : 09/03/2013

http://universitylife.nice-forums.net/
Meblang a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Onglets QEEL ne s'affichant pas correctement

Message par Azya Jeu 28 Mar 2013 - 18:03

Je parlais que je ne voyais pas les codes
Azya

Azya
***

Féminin
Messages : 151
Inscrit(e) le : 21/10/2011

http://www.plumesmots.com/
Azya a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Onglets QEEL ne s'affichant pas correctement

Message par Meblang Jeu 28 Mar 2013 - 18:13

oh d'accord ^^
Je crois que je les ai mis sous hide (ce que je n'ai pas l'habitude) je vais vérifié et rectifier !

EDIT : Arranger ^^
avatar

Meblang
**

Messages : 52
Inscrit(e) le : 09/03/2013

http://universitylife.nice-forums.net/
Meblang a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Onglets QEEL ne s'affichant pas correctement

Message par Meblang Sam 30 Mar 2013 - 2:38

UP
avatar

Meblang
**

Messages : 52
Inscrit(e) le : 09/03/2013

http://universitylife.nice-forums.net/
Meblang a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Onglets QEEL ne s'affichant pas correctement

Message par Meblang Sam 30 Mar 2013 - 4:16

C'est réglé!
avatar

Meblang
**

Messages : 52
Inscrit(e) le : 09/03/2013

http://universitylife.nice-forums.net/
Meblang 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