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! |
| [Résolu] Problème de tableau pour QEEL | |
| DisneyDream2
{ Membre }
Messages : 40
| Bonsoir ! Je reviens vers vous afin de vous demandez un peu d'aide pour la construction de mon QEEL. Voila comme je l'aimerais : https://i.servimg.com/u/f57/17/73/51/42/qeel10.jpg Et voila ce que j'obtiens : https://i.servimg.com/u/f57/17/73/51/42/resul10.jpg Ce qui n'est pas vraiment la même chose ... Ce que j'aimerais, c'est juste que vous m'expliquez comment faire pour obtenir le squelette du qeel que je désirerais, pour ce qui est du reste, normalement il n'y aura pas de problème Mon template: - Code:
-
<!-- BEGIN disable_viewonline --> <table><div class="QEEL"> <tr> <td rowspan="2"><div class="Qui"><span id="bert">{TOTAL_POSTS}<script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont posté un total de/,"Les habitants de Kentwood on échangés un total de ");</script><script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/messages/,"conversations.");</script></span> <span id="matt">{TOTAL_USERS}<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/Nous avons/," La ville compte un total de");</script><script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"citoyens.");</script></span> <span id="stoc">{TOTAL_USERS_ONLINE}<script type="text/javascript">document.getElementById('stoc').innerHTML=document.getElementById('stoc').innerHTML.replace(/Il y a en tout/," Nous sommes ");</script><script type="text/javascript">document.getElementById('stoc').innerHTML=document.getElementById('stoc').innerHTML.replace(/utilisateur en ligne/," à écouter radio gaga en ce moment même");</script></span> <br><span id="bud">{NEWEST_USER}<script type="text/javascript">document.getElementById('bud').innerHTML=document.getElementById('bud').innerHTML.replace(/L'utilisateur enregistré le plus récent est/," Le dernier à avoir allumé la radio est ");</script></div></td> <td><div class="vide"> </div></td> <td rowspan="2"><div class="24H">{L_CONNECTED_MEMBERS}</div></td> </tr> <tr> <td><div class="Groupes">Groupe</div></td> </tr>
</div></table> <!-- END disable_viewonline --> Le css du qeel : - Code:
-
/*QEEL*/
.24H{ width: 200px; background-color: rgba(255,255,255,0.5); border-radius: 20px; padding: 10px; overflow: auto; height: 290px; text-align: justify; font-size: 10px; font-family: arial; color: #000000; padding: 10px; } .Groupes{ width: 300px; background-color: rgba(255,255,255,0.5); border-radius: 20px; padding: 10px; overflow: auto; height: 100px; text-align: justify; font-size: 10px; font-family: arial; color: #000000; padding: 10px; } .Qui{ width: 200px; background-color: rgba(255,255,255,0.5); border-radius: 20px; padding: 10px; overflow: auto; height: 290px; text-align: justify; font-size: 10px; font-family: arial; color: #000000; padding: 10px; } .vide{ background-color: rgba(255,255,255,0.5); border-radius: 20px; padding: 10px; overflow: auto; height: 190px; text-align: justify; font-size: 10px; font-family: arial; color: #000000; padding: 10px; }
.QEEL{ width: 700px; }
/*FIN QEEL*/ Merci d'avance |
Dernière édition par DisneyDream2 le Lun 18 Nov 2013, 16:14, édité 1 fois | |
| | | Nihil
{ Modérateur }
Messages : 1216
| Petite question, dans ton schéma la partie "Onglet avec infobulle" est positionnée comment exactement par rapport aux 2 colonnes latérales ? En dessous ? Au même niveau (elles sont toute alignées avec le côté en bas ?) ? | | |
| | | Daniel Shepard
{ Membre }
Messages : 91
| je pour commencé tu na pas mit de bordure dans ton code css, ensuite au lieu de mettre - Code:
-
<td rowspan="2"><div class="Qui"> j'aurai mit - Code:
-
<td class="Qui" rowspan="2"> c'est plus cours et ca evite des div pour rien | | |
| | | Daniel Shepard
{ Membre }
Messages : 91
| re salut voici un resultat: le css - Code:
-
/*QEEL*/
.24H{
background-color: rgba(255,255,255,0.5); border-radius: 20px; padding: 10px; overflow: auto; height: 190px; text-align: justify; font-size: 10px; font-family: arial; color: #000000; border: 1px #FFFFFF solid; padding: 10px; } .Groupes{ width: 33%; position: bottom; background-color: rgba(255,255,255,0.5); border-radius: 20px; overflow: auto; text-align: justify; font-size: 10px; border: 1px #FFFFFF solid; font-family: arial; color: #000000; padding: 10px; } .Qui{ width: 33%; background-color: rgba(255,255,255,0.5); border-radius: 20px; padding: 10px; overflow: auto; height: 100%; border: 1px #FFFFFF solid; text-align: justify; font-size: 10px; font-family: arial; color: #000000; padding: 10px; } .vide{ width: 33%; background-color: rgba(255,255,255,0.5); border-radius: 20px; padding: 10px; overflow: auto; height: 100%; text-align: justify; border: 1px #FFFFFF solid; font-size: 10px; font-family: arial; color: #000000; border: 1px #FFFFFF solid; padding: 10px; }
.QEEL{ width: 100%; height: 200px; }
.tour{ border: 1px #FFFFFF solid; border-radius: 20px; } /*FIN QEEL*/
le template - Code:
-
<!-- BEGIN disable_viewonline --> <FIELDSET class="tour"> <LEGEND>Qui est en ligne?</LEGEND><table class="QEEL"> <tr > <td class="Qui" colspan="1" rowspan="2"><span id="bert">{TOTAL_POSTS}<script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont posté un total de/,"Les habitants de Kentwood on échangés un total de ");</script><script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/messages/,"conversations.");</script></span> <span id="matt">{TOTAL_USERS}<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/Nous avons/," La ville compte un total de");</script><script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"citoyens.");</script></span> <br/><span id="stoc">{TOTAL_USERS_ONLINE}<script type="text/javascript">document.getElementById('stoc').innerHTML=document.getElementById('stoc').innerHTML.replace(/Il y a en tout/," Nous sommes ");</script><script type="text/javascript">document.getElementById('stoc').innerHTML=document.getElementById('stoc').innerHTML.replace(/utilisateur en ligne/," à écouter radio gaga en ce moment même");</script></span> <br/><span id="bud">{NEWEST_USER}<script type="text/javascript">document.getElementById('bud').innerHTML=document.getElementById('bud').innerHTML.replace(/L'utilisateur enregistré le plus récent est/," Le dernier à avoir allumé la radio est ");</script></span></td> <td class="rien" colspan="1" rowspan="1" width="33%" height=50%> </td> <td class="vide" colspan="1" rowspan="2">{L_CONNECTED_MEMBERS}</td> </tr > <tr > <td class="Groupes" colspan="1" rowspan="1" height=50%><img src="http://i70.servimg.com/u/f70/18/04/89/52/adam_g10.png"title="Je suis un groupe, et toi?"></td> </tr > </table></FIELDSET> <!-- END disable_viewonline --> voila | | |
| | | DisneyDream2
{ Membre }
Messages : 40
| Déja, merci beaucoup pour vos réponses ! Nihil : C'est exactement ce qu'obtient Daniel Shepard ! Daniel Shepard : Malheureusement, je n'obtiens pas la même chose : https://i.servimg.com/u/f57/17/73/51/42/resul11.jpg J'ai pourtant copier et coller ce que vous m'avez donné :/ | | |
| | | Daniel Shepard
{ Membre }
Messages : 91
| salut, avez vous validé le nouveau code pour commencé ^^? ensuite avez vous redimensionné le css? en attendant ces reponse je vais bossé de mon coté ---------------- edit -------------- Voici l'apercut sur mon forum: http://leforum.monfofo.net/ voici le template en entier (on sais jamais) - 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="window.location='/facebook_connect.forum'" v="2" scope="{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></span> <!-- END switch_user_logged_in --> <!-- BEGIN switch_delete_cookies --> <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span> <!-- END switch_delete_cookies --> </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="window.location='/facebook_connect.forum'" v="2" scope="{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 --> <FIELDSET class="tour"> <LEGEND>Qui est en ligne?</LEGEND><table class="QEEL"> <tr > <td class="Qui" colspan="1" rowspan="2"><span id="bert">{TOTAL_POSTS}<script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont posté un total de/,"Les habitants de Kentwood on échangés un total de ");</script><script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/messages/,"conversations.");</script></span> <span id="matt">{TOTAL_USERS}<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/Nous avons/," La ville compte un total de");</script><script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"citoyens.");</script></span> <br/><span id="stoc">{TOTAL_USERS_ONLINE}<script type="text/javascript">document.getElementById('stoc').innerHTML=document.getElementById('stoc').innerHTML.replace(/Il y a en tout/," Nous sommes ");</script><script type="text/javascript">document.getElementById('stoc').innerHTML=document.getElementById('stoc').innerHTML.replace(/utilisateur en ligne/," à écouter radio gaga en ce moment même");</script></span> <br/><span id="bud">{NEWEST_USER}<script type="text/javascript">document.getElementById('bud').innerHTML=document.getElementById('bud').innerHTML.replace(/L'utilisateur enregistré le plus récent est/," Le dernier à avoir allumé la radio est ");</script></span></td> <td class="rien" colspan="1" rowspan="1" width="33%" height=50%> </td> <td class="vide" colspan="1" rowspan="2">{L_CONNECTED_MEMBERS}</td> </tr > <tr > <td class="Groupes" colspan="1" rowspan="1" height=50%><img src="http://i70.servimg.com/u/f70/18/04/89/52/adam_g10.png"title="Je suis un groupe, et toi?"></td> </tr > </table></FIELDSET> <!-- END disable_viewonline --> {CHATBOX_BOTTOM} <br clear="all" /> <!-- BEGIN switch_legend --> <!-- 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 --> <!-- 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, oauth: true }); //]]> </script> <!-- END switch_fb_index_login --> voici le css en entier lui aussi - Code:
-
/*QEEL*/
.24H{
background-color: rgba(255,255,255,0.5); border-radius: 20px; padding: 10px; overflow: auto; height: 190px; text-align: justify; font-size: 10px; font-family: arial; color: #000000; border: 1px #FFFFFF solid; padding: 10px; } .Groupes{ width: 33%; position: bottom; background-color: rgba(255,255,255,0.5); border-radius: 20px; overflow: auto; text-align: justify; font-size: 10px; border: 1px #FFFFFF solid; font-family: arial; color: #000000; padding: 10px; } .Qui{ width: 33%; background-color: rgba(255,255,255,0.5); border-radius: 20px; padding: 10px; overflow: auto; height: 100%; border: 1px #FFFFFF solid; text-align: justify; font-size: 10px; font-family: arial; color: #000000; padding: 10px; } .vide{ width: 33%; background-color: rgba(255,255,255,0.5); border-radius: 20px; padding: 10px; overflow: auto; height: 100%; text-align: justify; border: 1px #FFFFFF solid; font-size: 10px; font-family: arial; color: #000000; border: 1px #FFFFFF solid; padding: 10px; }
.QEEL{ width: 100%; height: 200px; }
.tour{ border: 1px #FFFFFF solid; border-radius: 20px; } /*FIN QEEL*/ pour ajouter une infobulle comme ceci placer dans votre css ce code - Code:
-
.infobulle{ position:relative; display:inline; } .infobulle span{ display:none; }
.infobulle:hover span{ width:120px; height:70px; position:absolute; top: 5px; left: 98px; display:inline; background-color: rgba(255,255,255,0.5); overflow: auto; text-align: justify; padding: 1px; font-size: 10px; border: 1px #FFFFFF solid; font-family: arial; color: #000000; z-index:999; } et remplacé la partie groupe du template. c'est a dire - Code:
-
<tr > <td class="Groupes" colspan="1" rowspan="1" height=50%><img src="http://i70.servimg.com/u/f70/18/04/89/52/adam_g10.png"title="Je suis un groupe, et toi?"></td> </tr > par - Code:
-
<tr > <td class="Groupes" colspan="1" rowspan="1" height=50%><div class="infobulle"><img src="http://i70.servimg.com/u/f70/18/04/89/52/adam_g10.png"><span> je suis un groupe d'utilisateur, mon role est de contenir les pseudo de mes membres</span></div></td> </tr > voila en espèrent vous aidé | | |
| | | DisneyDream2
{ Membre }
Messages : 40
| Je comprend pas, ça me donne la même chose qu'ici : https://i.servimg.com/u/f57/17/73/51/42/resul11.jpg J'ai pourtant publié le template et redimensionner le css... Je cherche aussi de mon côté, si non, c'est pas grave, je chercherais autre chose :/ Merci beaucoup pour votre aide en tout cas ! | | |
| | | Daniel Shepard
{ Membre }
Messages : 91
| vous avez rediensionné en pourcent ou en pixel? mon code etant en % car le souci et a la redimension de votre qeel je pense, vut que cela marche sur mon forum. | | |
| | | DisneyDream2
{ Membre }
Messages : 40
| J'ai redimensionnée toutes les valeurs en pixel, j'ai essayée avec les pourcents aussi et ça ne marche pas non plus :/ Ce n'est pas grave, je vais essayer de faire autre chose, je ne vais pas encore vous embêtez ! En tout cas merci pour votre aide ! | | |
| | | Daniel Shepard
{ Membre }
Messages : 91
| attention pour les % le total des bloc ne doit pas faire 100% pour la simple raison que il y a des espace entre les bloc ^^' | | |
| | | DisneyDream2
{ Membre }
Messages : 40
| Ah oui d'accord je vois XD Bon et bien je vais essayer et si je n'y arrive pas je verrais pour quelque chose de plus simple ! En tout cas je vous remercie pour votre patience ainsi que de votre aide ! Bonne soirée | | |
| | | Daniel Shepard
{ Membre }
Messages : 91
| mais de rien bonne chance | | |
| | | Contenu sponsorisé
| | | | | [Résolu] Problème de tableau pour QEEL | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|