Qeel assez casse tête xD Bouton_activeQeel assez casse tête xD Bouton_hoverQeel assez casse tête xD Fb-hoverQeel assez casse tête xD 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
Qeel assez casse tête xD EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Qeel assez casse tête xD EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Qeel assez casse tête xD EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Qeel assez casse tête xD EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Qeel assez casse tête xD EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Qeel assez casse tête xD EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Qeel assez casse tête xD EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Qeel assez casse tête xD EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le Deal du moment : -45%
PC Portable LG Gram 17″ Intel Evo Core i7 32 Go ...
Voir le deal
1099.99 €

Partagez
 

Qeel assez casse tête xD

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://gintama.forumactif.com/
Gintoki
{ Membre }
{ Membre }

Masculin Messages : 128



Qeel assez casse tête xD Empty
Bonjour bonjour, c'est encore moi, avec mes demandes d'aide bizarres XD

En fait... J'ai réalisé un QEEL... grâce au codes donnés dans les ressources (je me rappelle plus). Bon le but c'est quand même d'expliquer le problème :

J'aimerais que mes groupes, soit alignés à l'extrême gauche comme sur le menu que j'ai fait. XD L'image background du Qeel serait placée à côté de ce menu.

(forum : http://saphirath.forumactif.com/)

Mais le problème c'est que j'ai beau essayer de faire un tableau ça ne marche pas. XD En même temps, je suis persuadé de mal m'y prendre.

Je vous passe le template et le CSS du qeel si vous avez une solution. ^^

Template :


Spoiler:

Et le CSS :

Spoiler:

Je pense que j'ai fait un peu n'importe quoi. = /

Merci de m'avoir lu. ^^


Dernière édition par Gintoki le Ven 01 Oct 2010, 07:52, édité 1 fois
MessageSujet: Qeel assez casse tête xD   Qeel assez casse tête xD EmptyMer 29 Sep 2010, 17:30
Revenir en haut Aller en bas
Radimir
{ Membre actif }
{ Membre actif }

Masculin Messages : 459



Qeel assez casse tête xD Empty
Voila ta solution , on a jouté cette petite div pour pouvoir bouger nos groupes comme on veut , tu peux les mettre ou tu veux grâce à cela .. ^^

Code:
<div style="top:-30px;left:-230px;padding:5px;position:relative;z-index:auto;"></div>


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 -->
            <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="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 -->

<!-- Modifications du QEEL--!>




<!-- 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>
<table cellspacing="4px" cellpadding="6px" border="0px"><tr><td><div style="top:-30px;left:-230px;padding:5px;position:relative;z-index:auto;"><div align="center"><span class="groupes"><a href="http://goldoseinto.forumactif.org/groupcp.forum?g=18"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Dieux</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=8"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Héra</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=17"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Arès</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=9"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Héphaïstos</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=4"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Apollon</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=6"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Déméter</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=15"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Hypnos</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=7"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Dionysos</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=14"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Hermès</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=3"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Aphrodite</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=5"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Artémis</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=11"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Poséidon</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=10"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Eris</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=2"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Athéna</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=16"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Thanatos</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=13"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Hadès</b></font></a></span>
<span class="groupes"> <a href="http://goldoseinto.forumactif.org/groupcp.forum?g=12"><font color="COULEUR DU GROUPE 1" size="0,6"><b>Zeus</b></font></a></span></div>
<br><br></td><td>
<span class="gensmall"></div>{TOTAL_POSTS}. {TOTAL_USERS}<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></td></tr></table>
<img src="Image en dessous des statistiques"><br>
<!-- END disable_viewonline -->

<!-- Fin des Modifications du QEEL--!>

{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}

<!-- 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 -->
MessageSujet: Re: Qeel assez casse tête xD   Qeel assez casse tête xD EmptyMer 29 Sep 2010, 22:03
Revenir en haut Aller en bas
http://gintama.forumactif.com/
Gintoki
{ Membre }
{ Membre }

Masculin Messages : 128



Qeel assez casse tête xD Empty
*w* Mais que ferais-je sans toi xD

Un grand merci. ^^ Et avant que je ne redemande de l'aide xD Serais-tu comment forcer le bakground à rester à l'extrême droite du forum? Je ne m'en sors pas. XD Je suppose que c'est du CSS mais je n'en suis pas sûr.

^^
MessageSujet: Re: Qeel assez casse tête xD   Qeel assez casse tête xD EmptyJeu 30 Sep 2010, 15:50
Revenir en haut Aller en bas
Radimir
{ Membre actif }
{ Membre actif }

Masculin Messages : 459



Qeel assez casse tête xD Empty
Re-bonjour,

Quand tu dis forcer le background à rester à l'extrême droite tu fais référence au fond du qeel ? Je n'ai pas bien saisis ><

Un petite schéma peut être ?
MessageSujet: Re: Qeel assez casse tête xD   Qeel assez casse tête xD EmptyVen 01 Oct 2010, 03:55
Revenir en haut Aller en bas
http://gintama.forumactif.com/
Gintoki
{ Membre }
{ Membre }

Masculin Messages : 128



Qeel assez casse tête xD Empty
Spoiler:

Oui effectivement, je voulais parler du fond du qeel. ^^ Désolé. Des fois je zappe les précisions malheureusement. = /

En tout cas encore merci déjà. XD

EDIT : Euh finalement, en réduisant la taille de l'image, ça a fait exactement ce que je voulais. XD Donc considérons le problème comme résolu. ^^

Encore merci pour l'aide. Sans toi je n'y serais jamais arrivé. = / ^.^
MessageSujet: Re: Qeel assez casse tête xD   Qeel assez casse tête xD EmptyVen 01 Oct 2010, 07:36
Revenir en haut Aller en bas
Radimir
{ Membre actif }
{ Membre actif }

Masculin Messages : 459



Qeel assez casse tête xD Empty
Mais de rien , content que cela puisse t'aider.

Au plaisir =D [Enfin j'espère pour toi que tu vas réussir à finir ton forum sans problème Wink ]

Je classe.
MessageSujet: Re: Qeel assez casse tête xD   Qeel assez casse tête xD EmptyVen 01 Oct 2010, 10:59
Revenir en haut Aller en bas
Contenu sponsorisé




Qeel assez casse tête xD Empty
MessageSujet: Re: Qeel assez casse tête xD   Qeel assez casse tête xD Empty
Revenir en haut Aller en bas
 

Qeel assez casse tête xD

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

 Sujets similaires

-
» Barre de navigation+ handicapé du Html = casse tête
» Prise de tête avec son QEEL...
» Assez urgent =)
» Problème d'en-tête
» Question d'en-tête

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