Codes sans effets? Bouton_activeCodes sans effets? Bouton_hoverCodes sans effets? Fb-hoverCodes sans effets? 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
Codes sans effets? EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Codes sans effets? EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Codes sans effets? EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Codes sans effets? EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Codes sans effets? EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Codes sans effets? EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Codes sans effets? EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Codes sans effets? EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le deal à ne pas rater :
Cartes Pokémon 151 : où trouver le coffret Collection Alakazam-ex ?
Voir le deal

Partagez
 

Codes sans effets?

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

Féminin Messages : 245



Codes sans effets? Empty
Bonjour les gens! Voilà deux jours que j'ai un problème que je ne comprends pas.

J'ai modifié, en tant que fondateur, mes templates et le code CSS du forum. Super, j'ai tout bien réussi, or voilà: la plus part des codes mit dans index_box n'ont pas prit effet. Pourtant, ils sont bel et bien là!

Pour être certaine que mes codes marchent, je les mets rapidement sur mon forum test et là: ça marche! Cependant, sur mon autre forum, là où le thpme devrait ^etre installé, ça ne marche pas!

Voici ce que mes codes devraient donner dans index_box vu sur mon forum test: [ici]
Voici ce que cela donne sur le forum qui aurait bien besoin que ces codes marchent: [ici]

Voici les codes:

CSS:
Code:
body
{
background-repeat: repeat;
letter-spacing: 1px;
cursor: crosshair;
}

a
{
text-decoration: none;
font-variant: small-caps;
outline:none;
font-family: Georgia !important;
}

a:hover {
text-decoration: none !important;
}

#i_logo
{
background-image: url(http://host.image.files.free.fr/host/4c51e5e139268haut.png);
background-position: top center;
background-repeat: no-repeat;
width: 1400px;
height: 500px;
margin-top: -18px;
margin-bottom: -60px;
margin-right: -4px;
}

#page-body
{
background-image: url(http://host.image.files.free.fr/host/4c51e63b5cc4dmilieu.png);
background-position: top center;
background-repeat: repeat-y;
background-color: transparent;
width: 950px;
margin: auto;
}

table
{
max-width: 800px;
margin: auto;
}

#page-footer
{
background-image: url(http://host.image.files.free.fr/host/4c51e65599edbbas.png);
background-position: top center;
background-repeat: no-repeat;
height: 500px;
margin-bottom: -20px;
margin-right: 0px;
}

#page-footer h3
{
padding: 60px;
}

.ombre
{text-shadow: #000000 1px 1px 1px;}

a:hover
{
cursor: move;
}

img:hover
{
cursor: crosshair;
}


/* Catégories */
.catHead_nyo {
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-moz-background-clip: border;
-moz-background-inline-policy:continuous;
-moz-background-origin: padding;
-webkit-background-clip: border;
-webkit-background-inline-policy:continuous;
-webkit-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;
}

.hautnomforum {
border-bottom: 2px dotted #205c6e;
}

/* Groupes */

.groupes {
  opacity: 0.5;
}

.groupes:hover {
  opacity: 2;
}

.groupes_blanc {
margin:3px;
text-transform:uppercase;
padding-top:8px;
padding-bottom:8px;
text-align: center;
}

a.infobulle {
  position: relative;
}

a.infobulle span {
  display: none;
}
a.infobulle:hover {
  background: none;
  z-index: 999;

}
a.infobulle:hover span {
  display: inline;
  position: absolute;
  left: 100px;
  background-color:#205c6e;
  color: black;
  padding: 3px;
  border: 3px solid #77d5ce;
  border-left: 3px solid #77d5ce;
-moz-border-radius:15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
-webkit-border-top-left-radius:15px;
-webkit-border-top-right-radius:15px;
}

.gensmall {
  font-size: 12px;
font-family: Georgia;
}

a.mainmenu {
margin-top: 20px !important;
font-weight: bold;
font-family: Georgia;
}

template index_box:
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" class="hautnomforum"><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 -->

Si vous avez besoin d'autres codes, n'hésitez pas à demander!

Merci d'avance pour toute aide apportée! ><
MessageSujet: Codes sans effets?   Codes sans effets? EmptyVen 30 Juil 2010, 01:24
Revenir en haut Aller en bas
http://jecode.forumactif.com
James
James
{ Membre }
{ Membre }

Masculin Messages : 9



Codes sans effets? Empty
Coucou ^^

Il y a une erreur :

Code:
a.infobulle:hover span {

C'est :

Code:
a:hover.infobulle{
MessageSujet: Re: Codes sans effets?   Codes sans effets? EmptyVen 30 Juil 2010, 02:59
Revenir en haut Aller en bas
http://www.i-love-harvard.com/
Kaiji
Kaiji
Blanche-Neige
Blanche-Neige

Féminin Messages : 5578



Codes sans effets? Empty
    Bonjour !

    Il y a pas mal de bugs avec les templates depuis la MAJ de Forumactif, et si tes codes ne marchent pas d'un forum sur l'autre, ça doit venir de là je pense, à moins que tu ais mal recopié quelque chose...


    Pour vérifier, réenregistre ton template, ne le publie pas et fais "prévisualiser". Si quand tu prévisualises, l'affichage est correct, c'est que c'est un bug FA et que tu vas devoir lutter avec ton template pour que ça s'affiche enfin \o/
    *a mis 6h pour faire la MAJ entière de son forum à cause des fichus bugs*


    Bon courage Razz
MessageSujet: Re: Codes sans effets?   Codes sans effets? EmptyVen 30 Juil 2010, 04:39
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



Codes sans effets? Empty

Et maintenant ça amrche. Non vraiment, je comprends plus rien à ce que FA est entrain de nous faire! ><

Bon alors sujet clos =D
MessageSujet: Re: Codes sans effets?   Codes sans effets? EmptyVen 30 Juil 2010, 18:03
Revenir en haut Aller en bas
http://www.i-love-harvard.com/
Kaiji
Kaiji
Blanche-Neige
Blanche-Neige

Féminin Messages : 5578



Codes sans effets? Empty
    Je classe ^^

    Je pense que les bugs FA ne sont enfin plus qu'un mauvais souvenir mdr.
MessageSujet: Re: Codes sans effets?   Codes sans effets? EmptyVen 30 Juil 2010, 18:35
Revenir en haut Aller en bas
Contenu sponsorisé




Codes sans effets? Empty
MessageSujet: Re: Codes sans effets?   Codes sans effets? Empty
Revenir en haut Aller en bas
 

Codes sans effets?

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» [ Question ] Bannière avec des effets
» Je voudrais savoir comment réaliser ses 2 effets
» Effets pour sous forum
» [Liens] Quelques effets pour vos liens
» [Résolu] Incompatibilité de 2 effets CSS3 ?

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 | Forum gratuit