Coup de main pour un QEEL Bouton_activeCoup de main pour un QEEL Bouton_hoverCoup de main pour un QEEL Fb-hoverCoup de main pour un QEEL 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
Coup de main pour un QEEL EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Coup de main pour un QEEL EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Coup de main pour un QEEL EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Coup de main pour un QEEL EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Coup de main pour un QEEL EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Coup de main pour un QEEL EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Coup de main pour un QEEL EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Coup de main pour un QEEL EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le Deal du moment :
ETB Pokémon Fable Nébuleuse : où ...
Voir le deal

Partagez
 

Coup de main pour un QEEL

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://24nono38.e-monsite.com/
Nono
Nono
{ Membre }
{ Membre }

Féminin Messages : 148



Coup de main pour un QEEL Empty
Bonjour,

Alors voila, je me suis attelée à modifier mon QEEL. Je sais pas comment j'ai fais, mais j'ai réussi à modifier légèrement, mais ça reste moche ><

J'avoue au passage, que je sais pas trop comment le transformer.

J'aimerai que la liste du nom des groupes reste à gauche comme c'est le cas. Mais je voudrai qu'il n'y ai absolument rien dessous. Genre que les info sur les membres connecté et le reste voyage sur la droite et qu'elle ne plus la couleur de fond. Et j'aimerai tenter de mettre un cadre autour des info (donc pas des noms des groupes). Mais je suis pas sur que ca soit le code style "border..."

Hum voila pour le moment. Je demande pas à ce qu'on me donne le code tout fais, j'aimerai qu'on explique (si c'est possible), et au pire me donner juste les petits bouts, ou les choses qui pourrait me mettre sur la voie, car j'aimerai bien comprendre en faite. Je sais pas si je m'explique très bien >< *SBAFF*

Lien du fow : http://gods-falls.forumotion.com/forum.htm

Template
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">
   <!-- 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="facebook_login()" v="2" perms="{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 -->
         
<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">
   <!-- 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="facebook_login()" v="2" perms="{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 -->

<center><table cellspacing="2" cellpadding="2" width="800px" border="0" class="statistiques">

<table><tr><td><center>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=4&sid=83dfd4b2fa5ba7a953dabb62803ae656"><font color=#FFFFFF size="2"><b>We are the last hope</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><div>
<span class="groupes"><a href="http://gods-falls.forumotion.com/groupcp.forum?g=3&sid=83dfd4b2fa5ba7a953dabb62803ae656"><font color=#FF0000 size="2"><b>We finally have the power we deserve</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg"><div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=9&sid=83dfd4b2fa5ba7a953dabb62803ae656"><font color=#1B39D1 size="2"><b>We send our enemies straight to hell </b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=10&sid=83dfd4b2fa5ba7a953dabb62803ae656"><font color= #2C9623 size="2"><b>We've made a long trip & now </b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"></span> <div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=6"><font color="#797D73" size="2"><b>We are nightmares Creatures</b></font></a> </span><div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=7"><font color="#C27C13" size="2"><b>We are waiting for death or hope..</b></font></a> </span><div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=5"><font color="#804394" size="2"><b>We fell into darkness</b></font></a> </span><div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=8"><font color="#CDD400" size="2"><b>PNJ</b></font></a> </center></td>


<br><br><td width="50%">
<span class="gensmall"><font size=1> {TOTAL_USERS}. <br>
{NEWEST_USER}. <br>
{TOTAL_POSTS}<br>
</font><br>
<span class="gensmall">{TOTAL_USERS_ONLINE} <br>
{LOGGED_IN_USER_LIST} </td></center></span></td>
<td width="5px"></td>
</table>
<table cellspacing="2" cellpadding="3" width="99%" border="0" >
<tr>
<td width="5%"></td>
</tr>
</table>
<table width="70%" align="center" style="text-align: justify">
<tr><td>{L_CONNECTED_MEMBERS}</td></tr>
</table>
<table width="58%" align="center" style="text-align: justify">
<tr><td>{L_WHOSBIRTHDAY_TODAY}<br>
{RECORD_USERS}</td></tr>
</table></center>
{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}

<!-- 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
});
//]]>
</script>
<!-- END switch_fb_index_login -->


CSS
Code:
/*QEEL*/
.barre1{
background-color:#D9E5F5;border: 1px #2D81EA solid;
-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:left;
text-decoration: none !important;
height:auto}

.statistiques{
border:0px;
background-repeat: no-repeat;
background-position: center;
height:200px;}

.groupes{
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:center;
text-decoration: none !important;
height:auto}

En vous remerciant d'avance ^^
MessageSujet: Coup de main pour un QEEL   Coup de main pour un QEEL EmptyMer 10 Nov 2010, 18:41
Revenir en haut Aller en bas
http://ensomnia.co.nr
Sui
Sui
{ Membre actif }
{ Membre actif }

Féminin Messages : 346



Coup de main pour un QEEL Empty
Bonjour, hum à vrai dire je ne vois pas vraiment le problème.. XD Pourrais-tu me fournir une capture d'écran ? (:
MessageSujet: Re: Coup de main pour un QEEL   Coup de main pour un QEEL EmptyVen 12 Nov 2010, 19:30
Revenir en haut Aller en bas
http://24nono38.e-monsite.com/
Nono
Nono
{ Membre }
{ Membre }

Féminin Messages : 148



Coup de main pour un QEEL Empty
Hier j'ai réussi a bidouiller et arranger le QEEL.

Maintenant ce que j'aimerai, c'est mettre un cadre autour des info sur les membres (nombre de connecté, d'inscrit...). Mais je suis pas sur du code à mettre, et surtout, je sais pas ou le placer en faite !

et heu voici le nouveau code de la template :
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}" /><br />
        <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 -->
        <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">
<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}" /><br />
        <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 -->
<center><table cellspacing="2" cellpadding="2" width="800px" border="0" class="statistiques">
<tr><td colspan="3"><center><img src=""></center></td></tr>
<tr>
<td width="5px"></td>
<td width="350px">
<br><center>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=4&sid=83dfd4b2fa5ba7a953dabb62803ae656"><font color=#FFFFFF size="2"><b>We are the last hope</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><div>
<span class="groupes"><a href="http://gods-falls.forumotion.com/groupcp.forum?g=3&sid=83dfd4b2fa5ba7a953dabb62803ae656"><font color=#FF0000 size="2"><b>We finally have the power we deserve</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg"><div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=9&sid=83dfd4b2fa5ba7a953dabb62803ae656"><font color=#1B39D1 size="2"><b>We send our enemies straight to hell </b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=10&sid=83dfd4b2fa5ba7a953dabb62803ae656"><font color= #2C9623 size="2"><b>We've made a long trip & now </b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"></span> <div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=6"><font color="#797D73" size="2"><b>We are nightmares Creatures</b></font></a> </span><div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=7"><font color="#C27C13" size="2"><b>We are waiting for death or hope..</b></font></a> </span><div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=5"><font color="#804394" size="2"><b>We fell into darkness</b></font></a> </span><div>
<span class="groupes"> <a href="http://gods-falls.forumotion.com/groupcp.forum?g=8"><font color="#CDD400" size="2"><b>PNJ</b></font></a><br><br></td>
<td width="400px"><span class="gensmall"><font size=1> <span class="gensmall"><span id="delf">{TOTAL_USERS_ONLINE}</span><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/utilisateur en ligne/,"Olympien sur le forum");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/utilisateurs en ligne/,"Olympiens sur le forum ");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Enregistré/,"habitant");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Enregistrés/,"habitants");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invisible et/,"esprit, ");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invisibles et /,"esprits, ");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invité/,"voyageur");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invités/,"voyageurs");</script></span>. <br>
{NEWEST_USER}. <br>
<span id="kumao">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/membre/,"Olympien");</script><br>
</font><br>
<span class="gensmall">{TOTAL_USERS_ONLINE} <br>
{LOGGED_IN_USER_LIST} </td></center></span></td>
</tr>
</table>

<table width="70%" align="center" style="text-align: justify">
<tr><td>{L_CONNECTED_MEMBERS}</td></tr>
</table>
<table width="58%" align="center" style="text-align: justify">
<tr><td><font size=1>{RECORD_USERS}</font></td></tr>
</table></center>
<!-- 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}
MessageSujet: Re: Coup de main pour un QEEL   Coup de main pour un QEEL EmptyVen 12 Nov 2010, 20:23
Revenir en haut Aller en bas
http://ensomnia.co.nr
Sui
Sui
{ Membre actif }
{ Membre actif }

Féminin Messages : 346



Coup de main pour un QEEL Empty
Une capture d'écran serait bien.
MessageSujet: Re: Coup de main pour un QEEL   Coup de main pour un QEEL EmptyVen 12 Nov 2010, 20:48
Revenir en haut Aller en bas
http://24nono38.e-monsite.com/
Nono
Nono
{ Membre }
{ Membre }

Féminin Messages : 148



Coup de main pour un QEEL Empty
En faite j'ai pas de capture d'écran, car c'est pas un truc d'un autre forum. Juste une idée qui a germé dans mon esprit tordu xD

Ce que j'aimerai ajouter c'est un petit cadre au bord arrondi soit sur le qui est en ligne complet, ou sur la partie de droite.
MessageSujet: Re: Coup de main pour un QEEL   Coup de main pour un QEEL EmptySam 13 Nov 2010, 09:19
Revenir en haut Aller en bas
Kiwi
Kiwi
{ Membre }
{ Membre }

Féminin Messages : 142



Coup de main pour un QEEL Empty
Salut!

Ceci correspond a priori aux éléments que tu souhaites encadrer dans la partie de droite. Tu peux tenter de mettre un cadre sur le td, en lui mettant une classe. Mais la td est assez haute, ça risque de faire un peu bizarre dans le design. Je te conseillerai d'ajouter une seconde classe au span (séparée par une espace, si tu connaissais pas : class="gensmall maclasse"), et de lui mettre le cadre.

Code:
<td width="400px"><span class="gensmall"><font size=1> <span class="gensmall"><span id="delf">{TOTAL_USERS_ONLINE}</span><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/utilisateur en ligne/,"Olympien sur le forum");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/utilisateurs en ligne/,"Olympiens sur le forum ");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Enregistré/,"habitant");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Enregistrés/,"habitants");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invisible et/,"esprit, ");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invisibles et /,"esprits, ");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invité/,"voyageur");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invités/,"voyageurs");</script></span>. <br>
{NEWEST_USER}. <br>
<span id="kumao">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/membre/,"Olympien");</script><br>
</font><br>
<span class="gensmall">{TOTAL_USERS_ONLINE} <br>
{LOGGED_IN_USER_LIST} </td></center></span></td>

Sinon, pour encadrer tout le QEEL, tu as la classe statistiques de ton tableau qui réunit tous les éléments.

Voilà, j'espère avoir pu t'aiguiller un peu ^^

Bon courage.

Kiwi
MessageSujet: Re: Coup de main pour un QEEL   Coup de main pour un QEEL EmptySam 13 Nov 2010, 14:09
Revenir en haut Aller en bas
http://www.pixelia.forumactif.org
Caroo'
Caroo'
{ Membre actif }
{ Membre actif }

Féminin Messages : 493



Coup de main pour un QEEL Empty
Bonjour,
Votre problème est-il toujours d'actualité ?
Si celui-ci est résolu, merci de cocher dans "icône du sujet" l'icône Coup de main pour un QEEL Resolu3 en éditant votre premier post.
MessageSujet: Re: Coup de main pour un QEEL   Coup de main pour un QEEL EmptyVen 19 Nov 2010, 19:26
Revenir en haut Aller en bas
http://www.pixelia.forumactif.org
Caroo'
Caroo'
{ Membre actif }
{ Membre actif }

Féminin Messages : 493



Coup de main pour un QEEL Empty
Bonjour,

pas de réponses depuis maintenant presque 2 semaines, je considère que le problème est résolu.

Merci de votre compréhension.
MessageSujet: Re: Coup de main pour un QEEL   Coup de main pour un QEEL EmptyJeu 25 Nov 2010, 20:44
Revenir en haut Aller en bas
Contenu sponsorisé




Coup de main pour un QEEL Empty
MessageSujet: Re: Coup de main pour un QEEL   Coup de main pour un QEEL Empty
Revenir en haut Aller en bas
 

Coup de main pour un QEEL

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

 Sujets similaires

-
» Coup de main pour une PA
» Besoin d'un coup de main pour l'emplacement des boutons
» [En cours ~ Hawkins] Petit coup de pouce pour finir mon QEEL
» Aide pour un qeel
» Coup d'main PA [RESOLU]

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