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! |
| Problème de position avec Firefox | |
| Locker
{ Membre }
Messages : 52
| Bonjour à tous !
J'ai un problème, quand je vais sur internet explorer, les logo des entetes et tout ça sont bien placés. Tandis que quand je vais sur Firefox, tout est déplacé et je ne comprend pas pourquoi...u.u'
Voici mon CSS:
- Spoiler:
body { background-repeat: no-repeat; background-position: none; }
a.forumlink:link, a.forumlink:visited { font-family: georgia; text-transform : uppercase; text-align: center; font-size: 90%; border-bottom: 3px solid #BAB3B3; color: #888888; letter-spacing: 1px; display: block; -moz-border-radius:10px; }
.postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border: 5px solid #7A7575; }
.postdetails.poster-profile a img { -moz-border-radius: 10px; border: 2px solid #7A7575; padding: 2px; }
a:hover { text-decoration: none !important; }
a { text-decoration: none; }
a.imginfo { border-bottom:0 solid #couleur; color:#couleur; 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:white none repeat scroll 0 0; border-color:#couleur; border-style:solid; border-width:3px 3px 5px 5px; display:inline; left:20px; padding:3px; position:absolute; top:15px; white-space:nowrap; }
a:hover { cursor:crosshair; }
.statistiques{ border:0px; background-image: url("https://2img.net/r/ihimizer/img178/2803/ertttt.jpg"); background-repeat: no-repeat; background-position: center; height:50px;}
.groupes{ background-color:#FFFFFF;border: 1px #3D3C3C dotted; -moz-border-radius : 5px 5px 5px 5px; height:30px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:15px;font-weight: bold;text-align:center; text-decoration: none !important;}
a.mainmenu{ background-color: #CDCDCF; padding-left: 1px; padding-right: 1px; padding-top: 1px; padding-bottom: 1px; color: #000000; text-transform: capitalized; text-decoration: none; align: center; -moz-border-radius: 10px; }
a.mainmenu:hover{ background-color: #BAB3B3; color: #FFFFFF; align: center; }
.titres { text-align: center; background-color: #BAB3B3; -moz-border-radius: 5px; padding: 2px; font-variant: small-caps; color: #444444; font-family: arial, verdana; font-size: 11px; font-weight: bold; }
.contenu { text-align: justify; background-color: #CCCBCA; -moz-border-radius: 5px; padding: 5px; color: 000000; font-family: arial, verdana; font-size: 11px; }
.categling { border-bottom: 1px dotted #9999ff; margin: 0px 2px 5px 0px; padding: 3px; text-transform: uppercase; width: 90%; background-color: #8A8682; text-align: center; font-size: 8px; display: block; text-decoration: none; color: #888888; font-weight: bold; }
a.info span { display: none; } a.info:hover { background: none; z-index: 999;
} a.info:hover span { display: inline; position: absolute;
white-space: nowrap;
top: 5px; left: 5px;
background-color: #7E3347; border:1px solid #E3CB83; color:#000000; padding:5px; -moz-border-radius: 5px; }
#subnav A:link, #subnav A:visited, #subnav A:active {
font-family: verdana; font-size: 10px; text-align: center; padding: 2px; color: #000000; background-color: #FFFFFF; line-height: 12px; display: block; border-bottom: 1px solid #FFFFFF; }
#subnav A:hover { color: #FFFFFF; background-color: #FFFFFF; }
.onglet { display:inline-block; margin-left:3px; margin-right:3px; padding:3px; cursor:pointer; border: 2px solid #CCCBCA
-moz-border-radius-bottomleft:10px solid #000000; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px solid; } .onglet_0 { background:#8A8682; border-bottom:1px solid black; color: #000000; } .onglet_1 { background:#8A8682; border-bottom:0px solid black; padding-bottom:4px; color: #FFFFFF; } .contenu_onglet { background-color:#CCCBCA; border: 2px solid #8A8682; margin-top:-1px; padding:5px; display:none; color: #000000; }
.tstaff{font-size:1em;}
.thumbnail{position: relative;z-index: 0;}
.thumbnail:hover{background-color: transparent;z-index: 50;}
.thumbnail span{ position: absolute; background-color: black; padding: 5px; left: -1000px; visibility: hidden; color: white;}
.thumbnail span img{border: 1px groove;padding: 2px;}
.thumbnail:hover span{ visibility: visible; top: 15px; left: 25px; width: 110;}
Et voici mon Generalités:
- Spoiler:
Et pour fin, l'index-body:
- Spoiler:
{JAVASCRIPT} {message_admin_index.message_admin_titre.MES_TITRE} | {message_admin_index.message_admin_txt.MES_TXT} |
{CHATBOX_TOP} {BOARD_INDEX} {CHATBOX_BOTTOM} | {L_NEW_POSTS} | | | {L_NO_NEW_POSTS} | | | {L_FORUM_LOCKED} |
{AUTO_DST} //FB.init({ appId: '{switch_fb_index_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true }); //]]>
Merci d'avance pour m'aider à ce problème. |
Dernière édition par Locker le Lun 13 Sep 2010, 19:57, édité 1 fois | |
| | | eckinox
{ Membre }
Messages : 195
| Bonjour,
Puis-je avoir une image provenant de IE et une de Firefox afin de mieux cerner le problème stp..
Merci | | |
| | | Locker
{ Membre }
Messages : 52
| Biensur =)
Voici celle de Internet Explorer:
- Spoiler:
Voici celle de Firefox:
- Spoiler:
| | |
| | | eckinox
{ Membre }
Messages : 195
| *Se pose une petite question*
Heu, quand tu ouvre Firefox, tu met la fenêtre en grand comme avec ton IE ? Car le fait d'utiliser les % pour réglé la taille de tes cellules, fait justement que si ton explorer est réduit, il passe à la ligne tout seul. | | |
| | | Kimy
{ Membre actif }
Messages : 1190
| Mm comme elle a construit un tableau c'est pas logique que ça fasse ça. En survolant vite fait j'ai vu des erreurs dans le code. Je pars te corriger ça je reviens ! | | |
| | | Locker
{ Membre }
Messages : 52
| Oui je l'a met en grand la fenêtre =)
Merci beaucoup =D | | |
| | | Kimy
{ Membre actif }
Messages : 1190
| Est-ce que ça marche comme ça ? - Code:
-
<img src="http://img188.imageshack.us/img188/7123/ertgfd.png" border="0" alt="" />
<table border="0" cellspacing="2" width="100%"> <tr> <td class="titres" class="titres" width="25%">| Lost ? |</td> <td class="titres" width="25%">| Wanted |</td> <td class="titres" width="25%">| Listen |</td> <td class="titres" width="20%">| Friends |</td> </tr> <tr> <td class="contenu" style="text-align: center;"> <span><a class="categling" href="http://green-apple.forumsactifs.com/rules-and-story-f1/il-etait-une-fois-t2.htm?sid=659c3d8e9a59ec0b13c029a814144db6" target="_blank">Histoire Complète</a> <a class="categling" href="http://green-apple.forumsactifs.com/rules-and-story-f1/il-etait-une-fois-t2.htm?sid=659c3d8e9a59ec0b13c029a814144db6" target="_blank">Règlement</a> <a class="categling" href="http://green-apple.forumsactifs.com/questions-f17/?sid=694cb20364469be0d2ff463c500ab055" target="_blank">Questions</a> <a class="categling" href="http://green-apple.forumsactifs.com/who-are-you-f3/modele-de-presentation-t3.htm" target="_blank">Présentations</a> <a class="categling" href="http://green-apple.forumsactifs.com/link-to-us-f2/modele-de-demande-t4.htm#4" target="_blank">Partenariat</a> <a class="categling" href="http://green-apple.forumsactifs.com/demandes-de-rp-f19/?sid=694cb20364469be0d2ff463c500ab055" target="_blank">Demandes de RP</a> <br> </span></td> <td class="contenu"><table><tr> <td><div class="thumbnail"> <img src="http://img638.imageshack.us/img638/2900/azertyuio.png" class="postlink"> <span><div class="tstaff" align="center"> Daniel Owen <img src="http://img693.imageshack.us/img693/1332/aaataj.png"><br> Chef mafieux Hardware<br><br><div><a href="http://green-apple.forumsactifs.com/personnages-pre-definis-f26/daniel-owen-t14.htm?sid=2537251c623942b7c64337c63ba7e17a" target="_blank">Voir présentation</a></div> </div></span> </div></td> </tr></table></td> <td class="contenu" rowspan="2"><center><a href="http://green-apple.forumsactifs.com/playground-f6/musique-t13.htm?sid=f67b6f74bab4c0e0af13fa4f7fde7083" class="postlink"><img src="http://img9.imageshack.us/img9/848/musicimy.png" border="0" alt="" /></a><br /><br /><font color="darkred">Cliquez sur l'image pour aller voir la playlist du moment.</font></center></td> <td class="contenu" rowspan="2">Ils arrivent</td> </tr> <tr> <td class="titres" width="25%" colspan="2">| Tops Sites |</td> </tr> <tr><td class="contenu" colspan="2"><center><a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> </br>Vote for us, please ~</center></td> <td class="titres" width="25%" colspan="2">| Informations |</td> </tr> <tr> <td class="titres" colspan="2">| News |</td> <td class="contenu" colspan="2" rowspan="2"><div class="systeme_onglets"><div class="onglets"> <span class="onglet_0 onglet" id="onglet_staff" onmouseover="javascript:change_onglet('staff');">STAFF</span> <span class="onglet_0 onglet" id="onglet_events" onmouseover="javascript:change_onglet('events');">EVENTS</span> <span class="onglet_0 onglet" id="onglet_crédits" onmouseover="javascript:change_onglet('crédits');">CREDITS</span> </div><div class="contenu_onglets"><div class="contenu_onglet" id="contenu_onglet_staff"><table><tr> <td><div class="thumbnail"> <img src="http://img826.imageshack.us/img826/6964/ertyyy.png" class="postlink"> <span><div class="tstaff" align="center"> Ritsu Locker <img src="http://img840.imageshack.us/img840/1489/459lc.png"><br> Fondatrice<br>Journaliste<br><br><div><a href="http://green-apple.forumsactifs.com/profile.forum?mode=viewprofile&u=1" target="_blank">Voir son profil</a></div><div><a href="http://green-apple.forumsactifs.com/msg.forum?mode=post&u=1" target="_blank">Contacter par MP</a></div> </div></span> </div></td> </tr></table></div><div class="contenu_onglet" id="contenu_onglet_events">Si vous en avez ou simplement quelques idées, n'hésitez pas à contacter la fondatrice. <br><br> Nous sommes à votre écoute!</div><div class="contenu_onglet" id="contenu_onglet_crédits">© Design : Une personne inconnue. <br> © Codage : Ritsu Locker <br><br> Forum optimisé sous Internet Explorer.</div> </div> </div> <script type="text/javascript"> //<!-- var anc_onglet = 'staff'; change_onglet(anc_onglet); //--> </script></td> </tr> <tr> <td class="contenu" colspan="2"><div style="width: 400px; height: 90px; overflow: auto; "> aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh </div> </td> </tr> </table> | | |
| | | Locker
{ Membre }
Messages : 52
| Merci beaucoup, ça marche, seulement que j'aimerais que l'image dans "Wanted" face un cran au dessus pour qu'elle soit a la meme hauteur que "Histoire complète". Et aussi que tout ce qui est dans la partie "Lost" soit centré. - Spoiler:
| | |
| | | Kimy
{ Membre actif }
Messages : 1190
| Comme ça ? - Code:
-
<img src="http://img188.imageshack.us/img188/7123/ertgfd.png" border="0" alt="" />
<table border="0" cellspacing="2" width="100%"> <tr> <td class="titres" class="titres" width="25%">| Lost ? |</td> <td class="titres" width="25%">| Wanted |</td> <td class="titres" width="25%">| Listen |</td> <td class="titres" width="20%">| Friends |</td> </tr> <tr> <td class="contenu" style="text-align: center;"> <center><span><a class="categling" href="http://green-apple.forumsactifs.com/rules-and-story-f1/il-etait-une-fois-t2.htm?sid=659c3d8e9a59ec0b13c029a814144db6" target="_blank">Histoire Complète</a> <a class="categling" href="http://green-apple.forumsactifs.com/rules-and-story-f1/il-etait-une-fois-t2.htm?sid=659c3d8e9a59ec0b13c029a814144db6" target="_blank">Règlement</a> <a class="categling" href="http://green-apple.forumsactifs.com/questions-f17/?sid=694cb20364469be0d2ff463c500ab055" target="_blank">Questions</a> <a class="categling" href="http://green-apple.forumsactifs.com/who-are-you-f3/modele-de-presentation-t3.htm" target="_blank">Présentations</a> <a class="categling" href="http://green-apple.forumsactifs.com/link-to-us-f2/modele-de-demande-t4.htm#4" target="_blank">Partenariat</a> <a class="categling" href="http://green-apple.forumsactifs.com/demandes-de-rp-f19/?sid=694cb20364469be0d2ff463c500ab055" target="_blank">Demandes de RP</a> <br> </span></center></td> <td class="contenu" style="vertical-align: top;"><table><tr> <td><div class="thumbnail"> <img src="http://img638.imageshack.us/img638/2900/azertyuio.png" class="postlink"> <span><div class="tstaff" align="center"> Daniel Owen <img src="http://img693.imageshack.us/img693/1332/aaataj.png"><br> Chef mafieux Hardware<br><br><div><a href="http://green-apple.forumsactifs.com/personnages-pre-definis-f26/daniel-owen-t14.htm?sid=2537251c623942b7c64337c63ba7e17a" target="_blank">Voir présentation</a></div> </div></span> </div></td> </tr></table></td> <td class="contenu" rowspan="2"><center><a href="http://green-apple.forumsactifs.com/playground-f6/musique-t13.htm?sid=f67b6f74bab4c0e0af13fa4f7fde7083" class="postlink"><img src="http://img9.imageshack.us/img9/848/musicimy.png" border="0" alt="" /></a><br /><br /><font color="darkred">Cliquez sur l'image pour aller voir la playlist du moment.</font></center></td> <td class="contenu" rowspan="2">Ils arrivent</td> </tr> <tr> <td class="titres" width="25%" colspan="2">| Tops Sites |</td> </tr> <tr><td class="contenu" colspan="2"><center><a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> <a href="http://" class="postlink" target="_blank"><img src="http://img442.imageshack.us/img442/2526/16467962.png" border="0" alt="" /></a> </br>Vote for us, please ~</center></td> <td class="titres" width="25%" colspan="2">| Informations |</td> </tr> <tr> <td class="titres" colspan="2">| News |</td> <td class="contenu" colspan="2" rowspan="2"><div class="systeme_onglets"><div class="onglets"> <span class="onglet_0 onglet" id="onglet_staff" onmouseover="javascript:change_onglet('staff');">STAFF</span> <span class="onglet_0 onglet" id="onglet_events" onmouseover="javascript:change_onglet('events');">EVENTS</span> <span class="onglet_0 onglet" id="onglet_crédits" onmouseover="javascript:change_onglet('crédits');">CREDITS</span> </div><div class="contenu_onglets"><div class="contenu_onglet" id="contenu_onglet_staff"><table><tr> <td><div class="thumbnail"> <img src="http://img826.imageshack.us/img826/6964/ertyyy.png" class="postlink"> <span><div class="tstaff" align="center"> Ritsu Locker <img src="http://img840.imageshack.us/img840/1489/459lc.png"><br> Fondatrice<br>Journaliste<br><br><div><a href="http://green-apple.forumsactifs.com/profile.forum?mode=viewprofile&u=1" target="_blank">Voir son profil</a></div><div><a href="http://green-apple.forumsactifs.com/msg.forum?mode=post&u=1" target="_blank">Contacter par MP</a></div> </div></span> </div></td> </tr></table></div><div class="contenu_onglet" id="contenu_onglet_events">Si vous en avez ou simplement quelques idées, n'hésitez pas à contacter la fondatrice. <br><br> Nous sommes à votre écoute!</div><div class="contenu_onglet" id="contenu_onglet_crédits">© Design : Une personne inconnue. <br> © Codage : Ritsu Locker <br><br> Forum optimisé sous Internet Explorer.</div> </div> </div> <script type="text/javascript"> //<!-- var anc_onglet = 'staff'; change_onglet(anc_onglet); //--> </script></td> </tr> <tr> <td class="contenu" colspan="2"><div style="width: 400px; height: 90px; overflow: auto; "> aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh aaaaa bbbb cccccccc ddddd eeeeeeeeee fff ggggggg hhhhhh </div> </td> </tr> </table> | | |
| | | Locker
{ Membre }
Messages : 52
| Oui c'est parfait, merci beaucoup =D | | |
| | | Contenu sponsorisé
| | | | | Problème de position avec Firefox | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|