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! |
| Gintoki
{ Membre }
Messages : 128
| 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:
- 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 -->
<!-- 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></td><td><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> <br><br></td><td> <span class="gensmall"></div>{TOTAL_POSTS}. {TOTAL_USERS} <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 -->
Et le CSS : - Spoiler:
- Code:
-
/*QEEL*/
.statistiques{ border:0px; background-image: url("http://i29.servimg.com/u/f29/13/89/14/12/essai_10.jpg"); background-repeat: no-repeat; background-position: right; height:270px;}
.groupes{ width:85px; height:17px; cursor:pointer; font-size:2px; -moz-box-shadow: 0px 0px 14px rgb(1, 0, 0); background-image: url('http://i26.servimg.com/u/f26/11/06/29/50/fond_211.jpg'); background-position: top; background-repeat: repeat; text-decoration: none; -moz-border-radius: 20px ; -moz-border-radius: 20px ; -moz-box-shadow: 0px 0px 14px rgb(1, 0, 0); display:block; }
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 | |
| | | Radimir
{ Membre actif }
Messages : 459
| 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 --> | | |
| | | Gintoki
{ Membre }
Messages : 128
| *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.
^^ | | |
| | | Radimir
{ Membre actif }
Messages : 459
| 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 ? | | |
| | | Gintoki
{ Membre }
Messages : 128
| - 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é. = / ^.^ | | |
| | | Radimir
{ Membre actif }
Messages : 459
| 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 ] Je classe. | | |
| | | Contenu sponsorisé
| | | | |
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|