petit probleme avec mon QEEl :S [Probleme CLOS] Bouton_activepetit probleme avec mon QEEl :S [Probleme CLOS] Bouton_hoverpetit probleme avec mon QEEl :S [Probleme CLOS] Fb-hoverpetit probleme avec mon QEEl :S [Probleme CLOS] 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
petit probleme avec mon QEEl :S [Probleme CLOS] EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
petit probleme avec mon QEEl :S [Probleme CLOS] EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
petit probleme avec mon QEEl :S [Probleme CLOS] EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
petit probleme avec mon QEEl :S [Probleme CLOS] EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
petit probleme avec mon QEEl :S [Probleme CLOS] EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
petit probleme avec mon QEEl :S [Probleme CLOS] EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
petit probleme avec mon QEEl :S [Probleme CLOS] EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
petit probleme avec mon QEEl :S [Probleme CLOS] EmptyMar 07 Fév 2023, 08:40 par Oxtran

-40%
Le deal à ne pas rater :
-40% sur le Pack Gaming Mario PDP Manette filaire + Casque filaire ...
29.99 € 49.99 €
Voir le deal

Partagez
 

petit probleme avec mon QEEl :S [Probleme CLOS]

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://worldofpoudlard.creazaforum.net/forum.htm
okeane
okeane
{ Membre }
{ Membre }

Féminin Messages : 10



petit probleme avec mon QEEl :S [Probleme CLOS] Empty
Bonjour bonjour =)

Alors voici mon forum : ICI

Et mon probleme c'est les espace qu'il y a entre les différents groupes dans le QEEL.
Parfois il y a de graaand espaces, parfois aucun. Je sais pas trop quoi faire, je vous envois mon template INDEX_BODY =)


Merci ^^



Spoiler:


Dernière édition par okeane le Dim 04 Juil 2010, 09:50, édité 1 fois
MessageSujet: petit probleme avec mon QEEl :S [Probleme CLOS]   petit probleme avec mon QEEl :S [Probleme CLOS] EmptyDim 04 Juil 2010, 07:51
Revenir en haut Aller en bas
http://onemoretime.forumactif.com/forum.htm
Sthyx
Sthyx
{ Membre }
{ Membre }

Féminin Messages : 107



petit probleme avec mon QEEl :S [Probleme CLOS] Empty
Bonjour ! Alors j'ai remarqué que tu avais ajouté une image transparente à certains groupes. Essaye avec ce code-ci :

Code:
{JAVAscript}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label> 
         <label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />

         <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> 

      </td>
   </tr>
</table>
</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 -->
         
<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>

            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a>

            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               
<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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <span class="genmed">{L_USERNAME}:</span> 
         <input class="post" type="text" size="10" name="username"/> 
         <span class="genmed">{L_PASSWORD}:</span> 
         <input class="post" type="password" size="10" name="password"/> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />

         <span class="gensmall">{L_AUTO_LOGIN}</span> 
         <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> 
      </td>
   </tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
  <tr>
<td width="15%"></td>
<td width="50%">
<br><br><br><br><br><br><br><center>
<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=1"><font color="#30B8A6" size="2"><b>Maîtres du jeu</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">

<span class="groupes"><a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=9"><font color="#FF7A05" size="2"><b>Professeurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">


<span class="groupes"><a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=5"><font color="#1C8212" size="2"><b>Serpentard</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">


<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=3"><font color="#DE0909" size="2"><b>Gryffondor</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">


<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=4"><font color="#2B3FA6" size="2"><b>Serdaigle</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">


<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=6"><font color="#FFFF66" size="2"><b>Poufsouffle</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">


<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=7"><font color="#2E5245" size="2"><b>Personnels</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">

<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=8"><font color="#C79468" size="2"><b>Créatures</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">

<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=12"><font color="#6707A8" size="2"><b>Sorciers</b></font></a> </span>


<br><br>
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}

{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></span><br>
<td width="5%"></td>
</tr>
</table>
 
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table>
<img src="LIEN IMAGE DU BAS"><br>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

Mais si tu ne souhaites pas d'images transparentes, il te suffit de rajouter dans ton css à la class “.groupes ” un margin-right: Xpx;
Et tu choisis de combien seront espacées les bulles de groupes.
Si tu fait de cette manière-là, il te faudra remplacer ton code de template par celui-ci

Code:
{JAVAscript}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label> 
         <label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />

         <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> 

      </td>
   </tr>
</table>
</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 -->
         
<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>

            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a>

            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               
<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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <span class="genmed">{L_USERNAME}:</span> 
         <input class="post" type="text" size="10" name="username"/> 
         <span class="genmed">{L_PASSWORD}:</span> 
         <input class="post" type="password" size="10" name="password"/> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />

         <span class="gensmall">{L_AUTO_LOGIN}</span> 
         <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> 
      </td>
   </tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
  <tr>
<td width="15%"></td>
<td width="50%">
<br><br><br><br><br><br><br><center>
<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=1"><font color="#30B8A6" size="2"><b>Maîtres du jeu</b></font></a></span> 

<span class="groupes"><a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=9"><font color="#FF7A05" size="2"><b>Professeurs</b></font></a> </span>

<span class="groupes"><a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=5"><font color="#1C8212" size="2"><b>Serpentard</b></font></a> </span> 

<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=3"><font color="#DE0909" size="2"><b>Gryffondor</b></font></a> </span> 

<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=4"><font color="#2B3FA6" size="2"><b>Serdaigle</b></font></a> </span> 

<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=6"><font color="#FFFF66" size="2"><b>Poufsouffle</b></font></a> </span> 

<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=7"><font color="#2E5245" size="2"><b>Personnels</b></font></a> </span> 

<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=8"><font color="#C79468" size="2"><b>Créatures</b></font></a> </span> 

<span class="groupes"> <a href="http://worldofpoudlard.forumotion.com/groupcp.forum?g=12"><font color="#6707A8" size="2"><b>Sorciers</b></font></a> </span>

<br><br>
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}

{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></span><br>
<td width="5%"></td>
</tr>
</table>
 
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table>
<img src="LIEN IMAGE DU BAS"><br>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td> &nbsp;</td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}
MessageSujet: Re: petit probleme avec mon QEEl :S [Probleme CLOS]   petit probleme avec mon QEEl :S [Probleme CLOS] EmptyDim 04 Juil 2010, 09:26
Revenir en haut Aller en bas
http://worldofpoudlard.creazaforum.net/forum.htm
okeane
okeane
{ Membre }
{ Membre }

Féminin Messages : 10



petit probleme avec mon QEEl :S [Probleme CLOS] Empty
Aaaaah okay *-*

Merci beaucoup pour cette réponse (très très) rapide =)

MessageSujet: Re: petit probleme avec mon QEEl :S [Probleme CLOS]   petit probleme avec mon QEEl :S [Probleme CLOS] EmptyDim 04 Juil 2010, 09:50
Revenir en haut Aller en bas
http://onemoretime.forumactif.com/forum.htm
Sthyx
Sthyx
{ Membre }
{ Membre }

Féminin Messages : 107



petit probleme avec mon QEEl :S [Probleme CLOS] Empty
Pas de problème (:
Contente d'avoir pu t'aider.
MessageSujet: Re: petit probleme avec mon QEEl :S [Probleme CLOS]   petit probleme avec mon QEEl :S [Probleme CLOS] EmptyDim 04 Juil 2010, 09:51
Revenir en haut Aller en bas
http://www.css-actif.com/
Furase
{ Membre actif }
{ Membre actif }

Féminin Messages : 312



petit probleme avec mon QEEl :S [Probleme CLOS] Empty
Je classe Wink


Fu'
MessageSujet: Re: petit probleme avec mon QEEl :S [Probleme CLOS]   petit probleme avec mon QEEl :S [Probleme CLOS] EmptyLun 05 Juil 2010, 15:25
Revenir en haut Aller en bas
Contenu sponsorisé




petit probleme avec mon QEEl :S [Probleme CLOS] Empty
MessageSujet: Re: petit probleme avec mon QEEl :S [Probleme CLOS]   petit probleme avec mon QEEl :S [Probleme CLOS] Empty
Revenir en haut Aller en bas
 

petit probleme avec mon QEEl :S [Probleme CLOS]

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

 Sujets similaires

-
» Plusieurs petit problème avec mon QEEL.
» [résolu] Petit problème avec mon QEEL : code de Miki
» Petit problème de QEEL ~
» Petit problème de QEEL >.<
» petit problème tableau qeel.

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