Problème avec la chatbox latérale et le nom des forums Bouton_activeProblème avec la chatbox latérale et le nom des forums Bouton_hoverProblème avec la chatbox latérale et le nom des forums Fb-hoverProblème avec la chatbox latérale et le nom des forums 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
Problème avec la chatbox latérale et le nom des forums EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Problème avec la chatbox latérale et le nom des forums EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Problème avec la chatbox latérale et le nom des forums EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Problème avec la chatbox latérale et le nom des forums EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Problème avec la chatbox latérale et le nom des forums EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Problème avec la chatbox latérale et le nom des forums EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Problème avec la chatbox latérale et le nom des forums EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Problème avec la chatbox latérale et le nom des forums EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le deal à ne pas rater :
Funko POP! Jumbo One Piece Kaido Dragon Form : où l’acheter ?
Voir le deal

Partagez
 

Problème avec la chatbox latérale et le nom des forums

Voir le sujet précédent Voir le sujet suivant Aller en bas 
Aller à la page : 1, 2  Suivant
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty
Bonjour amis codeurs =P

Je vous expose mes deux petits problèmes.

Tout d'abord, le nom des forums ne sont, pour moi, pas à la bonne place. Pour vous le montrer, je vais plutôt prendre une capture d'écran.

Spoiler:

En rouge, vous voyez où je voudrais mettre mon lien du forum et en bleu clair, vous voyez également que je voudrais déplacer la petite phrase "Il y a x sujets contenant y messages" plus haut, au même endroit que le lien vers le forum en faite. Or voilà, en bleu clair toujours, il y a cet espace. et j'ai beau chercher et rechercher, je ne trouve pas comment le supprimer!

Voici ma template index_box pour vous aider:
Code:
<br><br>
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<table><tbody><tr><td nowrap="nowrap" width="100%" class="secondarytitle"><span class="catHead_nyo " > {catrow.tablehead.L_FORUM} </span></td></tr></tbody></table>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" style="margin-top: 0px; margin-bottom: 0px;">
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46"/></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right">&nbsp;</td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <table width="778px" height="25px"><tbody><tr><h{catrow.forumrow.LEVEL} class="hierarchy"><td align="left">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></span></td> <td align="right" width="300px"><span style="align: right;"><span class="forumlink">Il y a {catrow.forumrow.TOPICS} sujets contentant {catrow.forumrow.POSTS} messages.</span></span></td></h{catrow.forumrow.LEVEL}>
</tr></tbody></table>
         
         <table width="778px"><tbody><tr><td class="{catrow.forumrow.INC_CLASS}" align="center" valign="top">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td><td width="630 px"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td><td width="152px"><span class="gensmall" align="right">{catrow.forumrow.LAST_POST}</span></td></tr></tbody></table>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
         </span>
      </td>
      <!-- BEGIN forum_link_no -->
      <!-- END forum_link_no -->
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Maintenant, en ce qui concerne la chatbox latérale, j'ai simplement suivi votre tuto et tout marche, si ce n'est un dérangeant espace entre la chatbox et l'image pour fermer. Pour illustrer mon problème, voici encore un Prt Scr:

Spoiler:

Edit: Voici le code de la chatbox dans le template index-body:
Code:
<!-- BEGIN switch_legend -->
<table style="position: fixed; bottom: 50px; left: -10px;z-index:10000;"><tr><td><iframe src="/chatbox/chatbox.forum?page=front&" id="chatboxpop" scrolling="no" style="width: 800px; height: 400px; display: none;" marginwidth="0" marginheight="0" frameborder="0"></iframe></td><td style="vertical-align: bottom; ">
<img src="http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png" onClick="document.getElementById('chatboxpop') .style.display=(this.src=='http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png')?'block':'none';
this.src=(this.src=='http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png')?'http://host.image.files.free.fr/host/4c384bbcd3317close.png':'http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png';"/></td></tr></table>
<br clear="all" />
<!-- END switch_legend -->

Oui, ce n'est pas très grave, mais tout simplement pas très esthétique =)

Merci d'avance à celui/celle/ceux/celles qui m'aidera/ront Wink


Dernière édition par Nyo The Neko le Sam 10 Juil 2010, 09:37, édité 1 fois
MessageSujet: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 08:03
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
Bonjour~~

Pour la CB sur le côté j'aurais besoin de ton code de chatbox Wink

Pour l'autre problème, je vais voir tout à l'heure par contre xD Mais je crois avoir compris. BREF~
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 09:31
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty
Ha oui pardon, effectivement, j'ai oublié de le mettre ^^""

Dans le template index-body:
Code:
<!-- BEGIN switch_legend -->
<table style="position: fixed; bottom: 50px; left: -10px;z-index:10000;"><tr><td><iframe src="/chatbox/chatbox.forum?page=front&" id="chatboxpop" scrolling="no" style="width: 800px; height: 400px; display: none;" marginwidth="0" marginheight="0" frameborder="0"></iframe></td><td style="vertical-align: bottom; ">
<img src="http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png" onClick="document.getElementById('chatboxpop') .style.display=(this.src=='http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png')?'block':'none';
this.src=(this.src=='http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png')?'http://host.image.files.free.fr/host/4c384bbcd3317close.png':'http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png';"/></td></tr></table>
<br clear="all" />
<!-- END switch_legend -->

merci de m'aider Ikø' ^^
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 09:36
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
De rien... x)

J'essaie plusieurs trucs depuis tout à l'heure sur la CB, sans gros succès par contre~ mais je continue de tenter.
Je commence à croire que c'Est ptêtre dans le script, et comme je suis nulle en script mdr mais j'essaie j'essaie x_x)

Sinon je vais m'attarder à ton template index_box très bientôt~~
Et ehm j'aurais besoin de ton CSS je crois... parce qu'à date sur mon fo test avec le CSS de quelqu'un d'autre xDD y'a aucun espace.
http://iko-test.forumactif.com/forum.htm

SUPER FLASH MODO CODEUR \O/ à la rescousse! XD
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 11:07
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty
Merci SUPER FLASH MODO CODEUR (xD) de prendre du temps sur mon problème =D

Ah, encore une question pour la chatbox cependant, parce qu'avant, la blonde que je suis ne l'avait pas activée et maintenant j'ai un problème supplémentaire:

Spoiler:

Oui, ces barres de couleur en haut et en bas c'est moche. Mais alors très moche. Et j'arrive pas à les enlever! J'ai cherché du côté du CSS de base du forum, mais j'ai beau ajouter background-image partout, ça reste! J'ai utilisé Firebug, mais lorsque je change la class ou l'id qu'il me dit que cette barre est, ajouter background-image ne change rien. En gros, je suis bien paumée TT_TT

Edit: Et voilà le CSS pour tout le forum (sans le css de la chatbox parce que je suis encore entrain d'essayer de trouver comment enlever ces deux barres è_é)

Code:
a {
font-variant: small-caps;
}
a:hover {
text-decoration: none !important;
}
a:hover{letter-spacing : 2px; }
tr.post td {padding-left: 20px;}

 .vignettes
{-moz-border-radius:7px;
background-color: #ffffff;
padding-right:10px;
padding-left:10px;
padding-bottom: 3px;
padding-top:3px;}
a {font-variant: small-caps;}

a {font-variant: small-caps;}
.forumline{-moz-border-radius:6px;}
.bodyline {-moz-border-radius:20px;}.

a.imginfo {
  position: relative;
  color: #916265;
  text-decoration: none;
  border-bottom: 0px #453C34 dotted;
}

a.imginfo span {
  display: none;
}
a.imginfo:hover {
  background: none;
  z-index: 999;
  cursor: crosshair;
}
a.imginfo:hover span {
  display: inline;
  position: absolute;
  white-space: nowrap;
  top: 500px;
  right: 140px;
  background: #9a886f;
  color: #5b6869;
  padding: 3px;
  border: 0px dotted #5b6869;
  border-left: 1px dotted #5b6869;
  border-right: 1px dotted #5b6869;
  border-top: 1px dotted #5b6869;
  border-bottom: 1px dotted #5b6869;
}
a { text-decoration: none; }
u {text-decoration: none;
border-bottom: 2px #000000 solid;
-moz-border-radius: 6px;}
a:hover{
letter-spacing : 2px; }
.forum_blabla
{
text-shadow: black 3px 1px 2px;
}
tr.post span.gensmall { display: none; }
 .vignettes
{-moz-border-radius:7px;
background-color: #ffffff;
padding-right:10px;
padding-left:10px;
padding-bottom: 3px;
padding-top:3px;}
.postdetails.poster-profile a img
margin: auto;
display: block;
margin-bottom: -10px;

body { cursor: crosshair }
a:hover { cursor:ne-resize; }

.titrefiche {
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity: 0.6;
background-color: #FFFFFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
text-align: center;
}

.titrefiche2 {
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity: 0.6;
background-color: #FFFFFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
text-align: right;
}

.titrefiche3 {
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity: 0.6;
background-color: #FFFFFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
text-align: left;
}

.contenu {
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity: 0.75;
background-color: #FFFFFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
text-align: center;
}

.contenu2 {
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity: 0.75;
background-color: #FFFFFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
a {
text-align: justify;}
#sousforum
{
width :70%;
float : left ;

}

.mystats_fa{
    padding: 5px;
    float:right;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}
.ombre
{text-shadow: #000000 1px 1px 1px;}


#sousforum
{
width :70%;
float : left ;
-moz-border-radius:7px;
background-color: #couleur ;
}
#sousforum
{
width :70%;
float : left ;
-moz-border-radius:7px;
background-color: #couleur ;
}

body {
background-repeat: repeat;
}

.bann {
left: 0;
top: 0;
position: absolute;
background-attachment: absolute;
background-image: url(http://host.image.files.free.fr/host/4c3666db58997bann.png);
background-repeat: no-repeat;
background-position: top;
width: 100%;
margin: 0;
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
-moz-background-clip: border;
height: 400px;
}

#i_logo {
position: top;
top: 0;
margin: 0;
}

a.mainmenu {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
-moz-box-shadow:1px 1px 7px #000000;
background:#205c6e none repeat scroll 0 0;
border:2px solid #77d5ce;
color:#7c97ad;
font-family: verdana;
font-weight: bold;
font-size: 9px;
padding: 3px;
text-shadow:1px 1px 1px #114A60;
text-transform:uppercase;
width:50px;
}

a.mainmenu:hover {
text-decoration: none !important;
color: #b3a256;
letter-spacing : 0px; }

.newsbox{
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-box-shadow:0 0 15px #000000;
background-color:#205c6e;
border:3px solid #77d5ce;
padding:5px; }

#newsbox_container {
margin-top: 4px !important;
overflow: hidden !important;
position: relative !important;
width: 100% !important;
 }

#fa_ticker {
overflow: hidden !important;
position: absolute !important;
width: 100% !important;
 }

.fa_ticker_content {
left: 0;
position: absolute !important;
 }

.catHead_nyo {
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-background-clip: border;
-moz-background-inline-policy:continuous;
-moz-background-origin: padding;
background: transparent url(http://host.image.files.free.fr/host/4c371deed1e97untitled-2.jpg) no-repeat scroll center top;
color:#C4B550;
font-family:Verdana,Arial,Helvetica,sans-serif;
height:35px;
text-align:center;
width:271px;
margin: 0px ;
padding: 0px ;
border: 2px solid #77d5ce;
}

.secondarytitle {
font-family:arial;
font-weight:bolder;
letter-spacing:1.5px;
margin-left:10px;
text-shadow:1px 1px 1px #114A60;
text-transform:uppercase;
padding-left:50px;
padding-top:8px;
}

.forumline {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-box-shadow:0 0 15px #000000;
background-color:#205c6e;
border:5px solid #77d5ce;
padding:5px;
}
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 11:12
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
DONC~~

• Je n'ai toujours pas d'espaces moi dans les catégories xDD Enfin bref.

• 'ai toujours pas trouvé le problème de la CB sur le côté u_u"

• Essaie ça:
Code:
#chatbox_header {
background-image: URL("lien_de_limage")
}
Ça devrait faire pour la bande D'en haut, mais je cherche encore pour celle d'en bas.
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 11:37
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty

• Question inutile mais existentielle: c'est qui la personne sur ton avatar? *o*

• Moi je les ai, alors faut pas me dire qu'elles y sont pas, sinon je vais vraiment commencer à flipper du pourquoi mon forum il est pas normal xD

• Prends ton temps pour la CB

• Nan ça marche pas, j'ai déjà ce code-là dans mon CSS. Tiens, je te montre tous les codes que j'ai dans mon CSS concernant la CB:

Code:

#chatbox_members ul li,
body.chatbox {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
background-repeat: repeat;}

#frame_chatbox {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
body.chatbox {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_members {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
.chatbox_row_1,.chatbox_row_2,.chatbox_row_3 {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
.chatbox-options {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_messenger_form .gen,#chatbox_messenger_form .text-field,#chatbox_messenger_form {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_footer {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_footer table.text-styles {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_footer .text-field {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_header {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox p {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
.chatbox_row_1 {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
.chatbox_row_2 {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
.chatbox_row_3 {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
.memberlist_row_1 {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_members .member-title {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_members ul {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_members ul li {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
div#chatbox {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_contextmenu {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
#chatbox_contextmenu a {
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }

#chatbox_header {
background-color: none;
background-image: url(http://i39.servimg.com/u/f39/15/09/63/60/bg-19910.jpg);
   }
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 11:41
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
• G-Dragon de Big Bang *o*

• MDR ç'tu veux, tu peux me passer tous tes templates modifiés (par mp si t'en as envie), ça vient ptêtre de là, même si ça m'étonnerais... non atta xD Passe moi la description d'une de tes catégories xD

• OKEY ♥

• Oh waaaw o_o et ehm dit... t'as songé à aller vérifier dans les images du forum ._.? Le truc bleu... un jour j'avais le même problème, la couleur voulait pas changer, mais c'était une des images finalement xDD
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 11:45
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty

• Oh mon dieu je l'avais pas reconnu oO J'ai trop l'habitude de lui en blond qui danse sur A Boy ou Heartbreaker je crois xD

• J'ai modifié que viewtopic_body , overall_header , index_body et index_box. Je doute que viewtopic_body y soit pour quelque chose et tu as déjà index_box alors voici les deux autres:

Template overall_header:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" xmlns="http://www.w3.org/1999/xhtml">
<head>
   <!-- BEGIN meta_emulate_ie7 -->
   <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
   <!-- END meta_emulate_ie7 -->
   <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
   <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
   <meta http-equiv="content-script-type" content="text/javascript" />
   <meta http-equiv="content-style-type" content="text/css" />
   {META_FAVICO}
   {META}
   <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
   {T_HEAD_STYLESHEET}
   {CSS}
   <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
   <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
   <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
   <!-- BEGIN switch_ticker -->
   <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
   <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
   <!-- END switch_ticker -->
   <script type="text/javascript">
   //<![CDATA[
   $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
         pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
         pm.focus();
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
         report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
         report.focus();
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
         ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
      <!-- END switch_ticker -->
   });

   <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
   <!-- END switch_login_popup -->
   //]]>
   </script>

   {GREETING_POPUP}
   <!-- BEGIN hitskin_preview -->
   <style type="text/css">
   #hitskin_preview {
      margin: 0; padding: 0;
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 65px;
      background: url('http://2img.net/i/fa/hitskin/hitskin_bar.png') repeat-x left -15px;
      color: #fff;
   }
   * html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */
      position: absolute;
      top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
      z-index: 2;
      background: transparent url('http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif') repeat-x left -15px;
   }
   * html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */
    background: #fff url(foo) fixed;
    }
   #hitskin_preview h1 {
      float: left;
      margin: 3px 0 0 0;
      padding: 0 0 0 10px;
      font: italic normal 25px Arial,sans serif;
      color: #fff;
   }
   #hitskin_preview h1 img {
      vertical-align: middle;
   }
   #hitskin_preview em {
      color: #7CBA2C;
      font-weight: bold;
   }
   #hitskin_preview a {
   color: #fff;
   }
   #hitskin_preview a:hover {
   text-decoration: underline;
   }

   #hitskin_preview .content {
      text-align: right;
   }
   #hitskin_preview .content p {
      margin: 4px 1em 0px 1em;
      font-size: 13px;
      line-height: 1.8em;
      color: #fff;
      font-weight: bold;
   }
   #hitskin_preview .content p span {
      font-weight: normal;
      font-size: 0.8em;
   }
   body {
      margin-top: 40px !important;
   }
   {hitskin_preview.HITSKIN_RTL_CSS}
   </style>
   <!-- END hitskin_preview -->
</head>
<div class="bann" width="1920px"><body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" >
   <!-- BEGIN hitskin_preview -->
   <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
      <div class="content">
         <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            <br />
            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
         </p>
      </div>
   </div>
   <!-- END hitskin_preview -->

   <!-- BEGIN switch_login_popup -->
   <div id="login_popup">
      <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
         <tr height="25">
            <td class="catLeft">
               <span class="genmed module-title">{SITENAME}</span>
            </td>
         </tr>
         <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
            <td class="row1" align="left" valign="top">
               <div id="login_popup_buttons">
                  <form action="{S_LOGIN_ACTION}" method="get">
                     <input type="submit" class="mainoption" value="{L_LOGIN}" />
                     <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                     <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
                  </form>
               </div>
               <span class="genmed">{LOGIN_POPUP_MSG}</span>
            </td>
         </tr>
      </table>
   </div>
   <!-- END switch_login_popup -->

   <a name="top"></a>
   {JAVAscript}
   <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
      <tr>
         <td class="bodyline">
            <table width="100%" cellspacing="0" cellpadding="0" border="0">
               <tr>
                  <!-- BEGIN switch_logo_left -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <td align="center" width="100%" valign="middle">
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DEscriptION}<br />  </span>
                  </td>
                  <!-- END switch_logo_left -->

                  <!-- BEGIN switch_logo_center -->
                  <td align="center" width="100%" valign="middle">
                     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a><br />
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DEscriptION}</span>
                  </td>
                  <!-- END switch_logo_center -->

                  <!-- BEGIN switch_logo_right -->
                  <td align="center" width="100%" valign="middle">
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DEscriptION}<br />  </span>
                  </td>
                  <td>
                     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                  </td>
                  <!-- END switch_logo_right -->
               </tr>
            </table>

            <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
               <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>
            </table>
<br><table class="newsbox" width="770px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="row1" align="left">
<div id="newsbox_container" style="height: 44px;">
<div id="fa_ticker" style="height: 44px;">
<div class="fa_ticker_content">
<div style="position: absolute; white-space: nowrap; left: 0pt;"><marquee scrolldelay="100" loop="0" behavior="normal" direction="left" width="770" height="150" direction="left">Tapez votre texte ici, c'est une joli boîte de news <3</marquee>
</div>
</div>
</div>
</div></td></tr></tbody></table><br>

            <div style="clear: both;"></div>

            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td {CLASS_TABLE_TYPE} align="left" class="row1">
                        <div id="fa_ticker_container">
                           <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                              <div class="fa_ticker_content">
                                 <!-- BEGIN ticker_row -->
                                 <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                 <!-- END ticker_row -->
                              </div>
                           </div>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker -->

            <div id="page-body">
               <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                  <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
                     <tbody>
                        <tr>
                           <td valign="top" width="{C1SIZE}">
                              <div id="{ID_LEFT}">
                                 <!-- BEGIN giefmod_index1 -->
                                 {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                 <!-- END giefmod_index1 -->
                              </div>
                           </td>
                           <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                           </td>
                        </tr>
                     </tbody>
                  </table>
               </div>
            </div>
         </td>
      </tr>
   </table>

</body></div>
</html>
<!-- END html_validation -->


Template index_body:
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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label> 
         <label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
         <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> 

      </td>
   </tr>
</table>
</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_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>
            <!-- 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <span class="genmed">{L_USERNAME}:</span> 
         <input class="post" type="text" size="10" name="username"/> 
         <span class="genmed">{L_PASSWORD}:</span> 
         <input class="post" type="password" size="10" name="password"/> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
         <span class="gensmall">{L_AUTO_LOGIN}</span> 
         <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />&nbsp;
      </td>
   </tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->

<table width="700px" border="0" class="statistiques"><tr><td width="50px"></td><td width="214px"><img src="URL DE L'IMAGE POUR LE QEEL"></td><td width="576px"><center><a href="http://marauders-time.forumactif.com/groupcp.forum?g=2"><font color="#2C8F0B" size="1"><b> slytherin </b></font></a> — <a href="http://marauders-time.forumactif.com/groupcp.forum?g=3"><font color="#C70C0C" size="1"><b> gryffindor</b></font></a> — <a href="http://marauders-time.forumactif.com/groupcp.forum?g=4&tt=1"><font color="#487BE0" size="1"><b> ravenclaw</b></font></a></font> — </a><a href="http://marauders-time.forumactif.com/groupcp.forum?g=5"><font color="#E6E625" size="1"><b> hufflepuff </b></font></a> —  </a><a href="http://marauders-time.forumactif.com/groupcp.forum?g=6"><font color="#000000" size="1"><b> — teachers </b></font></a> </span></center><br><div style="text-align:justify"><span class="gensmall">{TOTAL_POSTS}.  {TOTAL_USERS}<br />{NEWEST_USER}<br><br>{TOTAL_USERS_ONLINE}<br>{LOGGED_IN_USER_LIST}<br /></center></span></div></tr></table>

<table border="0" cellspacing="3" cellpadding="0" width="700px" align="center" style="text-align: justify"><tr><td class="row1"><span class="gensmall">{L_CONNECTED_MEMBERS}</span></td></tr></table>

<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table style="position: fixed; bottom: 50px; left: -10px;z-index:10000;"><tr><td><iframe src="/chatbox/chatbox.forum?page=front&" id="chatboxpop" scrolling="no" style="width: 800px; height: 400px; display: none;" marginwidth="0" marginheight="0" frameborder="0"></iframe></td><td style="vertical-align: bottom; ">
<img src="http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png" onClick="document.getElementById('chatboxpop') .style.display=(this.src=='http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png')?'block':'none';
this.src=(this.src=='http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png')?'http://host.image.files.free.fr/host/4c384bbcd3317close.png':'http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png';"/></td></tr></table>
<br clear="all" />
<!-- END switch_legend -->

{AUTO_DST}


• Dans les images du forum, sauf le fond qui est le beau petit pattern qui est au fond de la cbox, y'a tout qui est transparent è_é Donc non, ce n'est pas ça non plus, j'y avais déjà pensé, crois moi xD
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 11:54
Revenir en haut Aller en bas
http://forum-orphen.forum-pro.fr/
Mepheria
Mepheria
{ Membre }
{ Membre }

Masculin Messages : 169



Problème avec la chatbox latérale et le nom des forums Empty
bonjours, pour retirer le bleu sur la chatbox :
Panneau Admin --> Affichage --> gestion des image-->Image du fond des titres :
Image du fond des catégories (gauche)
Image du fond des catégories (droite)
*Espere t'avoir aider*
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 11:58
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
Et ehm dans les couleurs? XD
Couleur fond catégorie droite, gauche, etc~~

Peut-être que tu les utilise ces couleurs-là, mais pour le moment c'est ce qui me vient en tête x) *fait totalement autre chose, pas le temps de regarder les codes pour environ 10 minutes xD*
*jme lisse les cheveux u__u*
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:00
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty

Mepheria -> Non ce n'est pas ça, mais merci quand même Wink

Ikø' -> Je t'aime! \o/ Oui c'était bien la couleur de fond des catégories! Et vu que ça ne change rien au reste du design, j'ai pu l'enlever! YAY!

Un problème résolu sur trois!
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:04
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
YAY \o/

Bon, maintenant, pour les espaces dans les catégories.

*met les templates*
Bon toujours pas u__u"
Et jpeux avoir la description d'une des catégories~~~~~? x)

LA CB jvais attendre mdr
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:13
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty
Mais même la corbeille qui a que "Corbeille" comme description de catégorie à ce problème! u_u

Bon je te donne la dernière template que j'ai modifiée qui est viewtopic_body:
Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
   _atc.cwait = 0;
   $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
         addthis_close();
         addthis_close();
      }
   });
});
//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
             | 
            <script type="text/javascript">
            //<![CDATA[
            insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
         </span>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr align="right">
      <td class="catHead" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" nowrap="nowrap" class="t-title"><h1 class="cattitle"> <!-- google_ad_section_start -->{TOPIC_TITLE}<!-- google_ad_section_end --></h1></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <!-- BEGIN displayed -->
   <tr class="post">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
         <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_AVATAR}
<center><span class="ombre"> {postrow.displayed.POSTER_NAME}</strong></span>

<span class="postdetails poster-profile">
{postrow.displayed.POSTER_RANK}

{postrow.displayed.RANK_IMAGE}</center>


            <!-- BEGIN profile_field -->
            {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
            {postrow.displayed.POSTER_RPG}
         </span>

         <img src="http://2img.net/i/fa/vide.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}   <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
            <tr>
               <td colspan="2" class="hr">
                  <hr />
               </td>
            </tr>
            <tr>
               <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                     <div>{postrow.displayed.MESSAGE}</div>

                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear"></div>
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>

                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
         <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
         <table border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>


<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="3" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" nowrap="nowrap" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->
         <a name="quickreply"></a>
         {QUICK_REPLY_FORM}

         <!-- END switch_user_logged_in -->
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>
      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
      <!-- END viewtopic_bottom -->
      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall"> </span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap">
{S_TOPIC_ADMIN}

         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />
            <input type="hidden" name="sid" value="{S_SID}" />
            <span class="gen">{L_MOD_TOOLS}
{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->

<script type="text/javascript" src="{JS_DIR}addthis/addthis_widget.js?pub=forumotion"></script>


Dernière édition par Nyo The Neko le Sam 10 Juil 2010, 12:19, édité 1 fois
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:14
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
MDR okeeeey~
Bon j'ai réussi à enlever un peu d'espace~~

Code:
<br><br>
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<table><tbody><tr><td nowrap="nowrap" width="100%" class="secondarytitle"><span class="catHead_nyo " > {catrow.tablehead.L_FORUM} </span></td></tr></tbody></table>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" style="margin-top: 0px; margin-bottom: 0px;">
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46"/></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
        <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
        </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
  </tr>
  <!-- END cathead -->
  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <table width="778px"><tbody><tr><h{catrow.forumrow.LEVEL} class="hierarchy"><td align="left">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></span></td> <td align="right" width="300px"><span style="align: right;"><span class="forumlink">Il y a {catrow.forumrow.TOPICS} sujets contentant {catrow.forumrow.POSTS} messages.</span></span></td></h{catrow.forumrow.LEVEL}>
</tr></tbody></table>
       
        <table width="778px"><tbody><tr><td class="{catrow.forumrow.INC_CLASS}" align="center" valign="top">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td><td width="630 px"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td><td width="152px"><span class="gensmall" align="right">{catrow.forumrow.LAST_POST}</span></td></tr></tbody></table>
        <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </span>
      </td>
      <!-- BEGIN forum_link_no -->
      <!-- END forum_link_no -->
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
  <!-- END forumrow -->
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->
  <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Dit moi si ça marche~
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:19
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty
Ça marche! HALLELUIA! Je t'aime de plus en plus, tu le sais ça? <3

Bref, plus qu'un seul problème à régleeeeer! ^^

Au faite, qu'es-ce que tu as modifié? è_é
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:22
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
Cette partie-là:
Code:
<table width="778px" height="25px"><tbody><tr><h{catrow.forumrow.LEVEL} class="hierarchy"><td align="left">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></span></td> <td align="right" width="300px"><span style="align: right;"><span class="forumlink">Il y a {catrow.forumrow.TOPICS} sujets contentant {catrow.forumrow.POSTS} messages.</span></span></td></h{catrow.forumrow.LEVEL}>
</tr></tbody></table>
J'ai simplement enlevé le height="25px" du début x)

Bref.
Bon, à nous deux 'spèce de CB è_é
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:24
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty

Tout ça à cause de malheureux 25px? xD Merci d'avoir trouvé mon erreur en tout cas ^^

Courage pour la CB, je suis avec touaa! ~<3
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:32
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
xDD Tout ça à cause de 25 petits pixels ._.

ROOOH O.Ó *frappe la CB à coup de pelle*
u_u
À cause d'elle, j'ai un sourcil en moins D8
Spoiler:

*donne des coups de pelle sur le bouton close pour qu'il soit collé mdr*
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:36
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty

J'ai fait pareil quand je l'ai installé. D'ailleurs j'ai donné des coups de pelle sur tout le forum, il m'aura donné bien de la peine ce design-là! xD

Mais surtout que, hum, j'ai suivi un tuto d'ici à la lettre, alors je comprends pas l'erreur xD
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:38
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
Bah j'ai suivi le tuto à la lettre moi aussi et j'ai le même espace sur mon forum, mais je l'avais pas remarqué parce que bon... mon image fermer est transparente xD
Enfin y'a du texte et un fond transparent, donc xD
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:40
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
*double post.*

agjalkgha jlai euuuuuuuuu JE L'AI EU
Code:
<!-- BEGIN switch_legend -->
<table style="position: fixed; bottom: 50px; left: -10px; z-index:10000;"><tr><td><iframe src="/chatbox/chatbox.forum?page=front&" id="chatboxpop" scrolling="no" style="width: 800px; height: 400px; display: none;" marginwidth="0" marginheight="0" frameborder="0"></iframe></td><td style="vertical-align: bottom;">
<img src="http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png" onClick="document.getElementById('chatboxpop') .style.display=(this.src=='http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png')?'block':'none';
this.src=(this.src=='http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png')?'http://host.image.files.free.fr/host/4c384bbcd3317close.png':'http://host.image.files.free.fr/host/4c384bdd1bbbbopen.png';" style=" position: relative; left: -10px;"/></td></tr></table>
<br clear="all" />
<!-- END switch_legend -->
Voilà le code de la CB x)
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:46
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty
Ouaiiiiis!

Maintenant, dernier problème, mais concernant les profils, lorsqu'on clique sur le nom d'un membre je veux dire.
En effet, les liens en haut, leur class c'est aussi mainmenu donc ça rend pas bien sur le profil. Donc j'aimerais changé la class de ces menus, tu saurais pas par hasard dans quel template ils sont?
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:52
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème avec la chatbox latérale et le nom des forums Empty
Quand on clique sur le nom d'un membre oo?

Tu veux dire dans un message, ou n'importe où ou jsais pas xD? J'ai pas compris ._. sorry~
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:53
Revenir en haut Aller en bas
http://lower-theory.teamconvention.com/index.htm
Nyo The Neko
Nyo The Neko
{ Spécialiste }
{ Spécialiste }

Féminin Messages : 245



Problème avec la chatbox latérale et le nom des forums Empty

Huh c'est pas clair, c'est vrai. Non je parle de ça:

Spoiler:

Et là, ils sont comme la navigation, ce que je ne veux pas, vu que là, 4a fait franchement moche è_é
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums EmptySam 10 Juil 2010, 12:56
Revenir en haut Aller en bas
Contenu sponsorisé




Problème avec la chatbox latérale et le nom des forums Empty
MessageSujet: Re: Problème avec la chatbox latérale et le nom des forums   Problème avec la chatbox latérale et le nom des forums Empty
Revenir en haut Aller en bas
 

Problème avec la chatbox latérale et le nom des forums

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 2Aller à la page : 1, 2  Suivant

 Sujets similaires

-
» Probleme avec le codage chatbox coulissante
» Problème avec la Fiche PV avec bannière latérale d'Orange
» Problème avec la Chatbox.
» Probléme avec mon code de la chatbox
» Petit problème avec la chatbox

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 | Forumactif.com