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! |
| T_N
{ Membre }
Messages : 7
| Bonjour, Voila je rencontre un petit soucis de codage. En effet, j'ai fais un codage pour améliorer le design de mon QEEL. Le rendu passe parfaitement bien sur mon forum test et sur un forum test d'un ami mais par contre il ne rencontre pas le même succès sur mon forum. Le problème est que sur la colonne qui s'est connecté pendant les 48h, il a une assez grosse déformation que vous verrez dans l'image ci-dessous. - Spoiler:
Aussi, le 3/4 des groupes sont 'incliquable', on peut pas accéder aux groupes. Voici mon templates index_body - 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 -->
<!-- BEGIN disable_viewonline --> <div id="qeel"> <table cellspacing="2" cellpadding="2" width="850" border="0" class="statistiques"> <tr> <td> <span class="groupe1"><a href="http://www.naruto-ninja-rpg.com/groupcp.forum?g=3">Konoha</a></span> <span class="groupe2"><a href="http://www.naruto-ninja-rpg.com/groupcp.forum?g=4">Suna</a></span> <span class="groupe3"><a href="http://www.naruto-ninja-rpg.com/groupcp.forum?g=5">Kiri</a></span> <span class="groupe4"><a href="http://www.naruto-ninja-rpg.com/groupcp.forum?g=43">Kumo</a></span>
<br/> <span class="groupe5"><a href="http://www.naruto-ninja-rpg.com/groupcp.forum?g=10">Akatsuki</a></span> <span class="groupe6"><a href="http://www.naruto-ninja-rpg.com/groupcp.forum?g=12">Déserteurs</a></span> <span class="groupe7"><a href="http://www.naruto-ninja-rpg.com/groupcp.forum?g=75">Taka</a></span> <span class="groupe8"><a href="http://www.naruto-ninja-rpg.com/groupcp.forum?g=73">Tamashii</a></span>
<br/> <span class="groupe9"><a href="http://www.naruto-ninja-rpg.com/groupcp.forum?g=66">Maître de jeu & Animateur</a></span> <span class="groupe10"><a href="#">Évaluateur de RP</a></span>
<br><br> <span class="stats1">{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> <span class="stats2"> {L_CONNECTED_MEMBERS}</span> </div> <!-- 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}
<!-- 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 -->
Mon CSS : - Spoiler:
- Code:
-
#qeel { background-image: url(http://img4.hostingpics.net/pics/227886qeeltitre.jpg), url(http://img4.hostingpics.net/pics/705577qeelfond.jpg); background-position: top center, bottom center; background-repeat: no-repeat, no-repeat; min-height: 500px; width: 800px; margin: auto; }
.statistiques { padding: 4px; margin: auto; text-align: center; margin-top: 110px; } .groupe1 { padding: 50px; } .groupe1 a { color: #369fcf !important; font-weight: bold; background-color: #cad0c7; border: 1px dotted #393939; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -htm-border-radius: 6px; padding: 4px; font-size: 11px; font-variant: small-caps; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 2px; } .groupe1 a:hover { font-style: italic; text-decoration: none !important; }
.groupe2 { padding: 50px; } .groupe2 a { color: #369fcf !important; font-weight: bold; background-color: #cad0c7; border: 1px dotted #393939; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -htm-border-radius: 6px; padding: 4px; font-size: 11px; font-variant: small-caps; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 2px; } .groupe2 a:hover { font-style: italic; text-decoration: none !important; }
.groupe3 { padding: 50px; } .groupe3 a { color: #b23939 !important; font-weight: bold; background-color: #cad0c7; border: 1px dotted #393939; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -htm-border-radius: 6px; padding: 4px; font-size: 11px; font-variant: small-caps; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 2px; } .groupe3 a:hover { font-style: italic; text-decoration: none !important; }
.groupe4 { padding: 50px; } .groupe4 a { color: #8c745c !important; font-weight: bold; background-color: #cad0c7; border: 1px dotted #393939; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -htm-border-radius: 6px; padding: 4px; font-size: 11px; font-variant: small-caps; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 2px; } .groupe4 a:hover { font-style: italic; text-decoration: none !important; }
.groupe5 { padding: 50px; } .groupe5 a { color: #bbb036 !important; font-weight: bold; background-color: #cad0c7; border: 1px dotted #393939; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -htm-border-radius: 6px; padding: 4px; font-size: 11px; font-variant: small-caps; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 2px; } .groupe5 a:hover { font-style: italic; text-decoration: none !important; }
.groupe6 { padding: 50px; } .groupe6 a { color: #000000 !important; font-weight: bold; background-color: #cad0c7; border: 1px dotted #393939; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -htm-border-radius: 6px; padding: 4px; font-size: 11px; font-variant: small-caps; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 2px; } .groupe6 a:hover { font-style: italic; text-decoration: none !important; }
.groupe7 { padding: 50px; } .groupe7 a { color: #000000 !important; font-weight: bold; background-color: #cad0c7; border: 1px dotted #393939; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -htm-border-radius: 6px; padding: 4px; font-size: 11px; font-variant: small-caps; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 2px; } .groupe7 a:hover { font-style: italic; text-decoration: none !important; }
.groupe8 { padding: 50px; } .groupe8 a { color: #000000 !important; font-weight: bold; background-color: #cad0c7; border: 1px dotted #393939; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -htm-border-radius: 6px; padding: 4px; font-size: 11px; font-variant: small-caps; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 2px; } .groupe8 a:hover { font-style: italic; text-decoration: none !important; }
.groupe9 { padding: 50px; } .groupe9 a { color: #000000 !important; font-weight: bold; background-color: #cad0c7; border: 1px dotted #393939; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -htm-border-radius: 6px; padding: 4px; font-size: 11px; font-variant: small-caps; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 2px; } .groupe9 a:hover { font-style: italic; text-decoration: none !important; }
.groupe10 { padding: 50px; } .groupe10 a { color: #000000 !important; font-weight: bold; background-color: #cad0c7; border: 1px dotted #393939; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -htm-border-radius: 6px; padding: 4px; font-size: 11px; font-variant: small-caps; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 2px; } .groupe10 a:hover { font-style: italic; text-decoration: none !important; }
.onglet { display:inline-block; margin-left:3px; margin-right:3px; -moz-border-radius: 5px 5px 5px 5px; padding:3px; border:1px solid #D40000; cursor:help; } .onglet_0 { background-image:url(http://img4.hostingpics.net/pics/117018NarutoKillee.png); border-bottom:1px dashed #D40000; } .onglet_1 { background-image:url(http://img4.hostingpics.net/pics/117018NarutoKillee.png); border-bottom:0px solid #D40000; padding-bottom:4px; } .contenu_onglet { background-image:url(http://img4.hostingpics.net/pics/117018NarutoKillee.png); border:1px dashed #D40000; margin-top:-1px; padding:5px; -moz-border-radius: 12px 12px 12px 12px; display:none; }
a.imginfo { border-bottom:0 solid #FFFFFF; color:#D40000; position:relative; text-decoration:none; } a.imginfo span { display:none; } a.imginfo:hover { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent none repeat scroll 0 0; cursor:help; z-index: 999; } a.imginfo:hover span { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#C7C7C7 none repeat scroll 0 0; border-color:#D40000; border-style:solid; -moz-border-radius: 12px 12px 12px 12px; border-width:5px 5px 5px 5px; display:inline; left:20px; padding:3px; position:absolute; top:5px; white-space:nowrap; }
.stats1 { display: block; width: 700px; margin: auto; font-size: 11px; background-color: #ffffff; border: 2px solid #393939; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -htm-border-radius: 10px; padding: 4px; opacity : 0.5; -moz-opacity : 0.5; -khtml-opacity : 0.5; filter : alpha(opacity=50); }
| | |
| | | Furase
{ Membre actif }
Messages : 312
| Bonjour.
Pour résoudre le problème de ta colonne des connectés au cours des x dernières heures, je te suggère d'aller faire un tour dans les tutoriels et de regarder ce que tu trouves sur les bugs du qeel.
Dans ton template, tu as oublié de refermer une balise td. Tu as utilisé la propriété clear avec la valeur all alors que clear s'utilise avec left, right, both ou none.
Je te laisse essayer de corriger ça.
Fu' | | |
| | | Murtagh
{ Modérateur }
Messages : 1492
| Bonjour, Votre problème est-il résolu ? Si oui, merci de bien vouloir cocher l'icône " résolu" en éditant votre premier poste. Merci | | |
| | | Murtagh
{ Modérateur }
Messages : 1492
| Bonjour, N'ayant pas eu de réponse depuis la dernière relance de l'un des modérateurs, je considère votre problème comme résolu ou abandonné. Je déplace, et verrouille. | | |
| | | Contenu sponsorisé
| | | | |
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|