Probleme avec pa code..

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Probleme avec pa code..

Message par Little_dragon Ven 5 Oct 2012 - 7:21

salut voila j'ai une pa et sur le code quand je passe la souris sur les titres de la pa il a une couleur blanche qui apparait au passage de la souris et j'aimerais enlever cela et je ne trouve pas comment je vous donne le code css, j'ai tout essayer pour l'enlever mais j'ignore le nom de ce code... j'aimerais bien le savoir Merci de votre aide ...

Code:
/* Propriétés générales */
        .block, .titre, .lien {
          background;color: #9AB5C4;
       
          border: 2px #888888 solid;
          -moz-border-radius:20px 20px 20px 20px;
          -webkit-border-radius:20px 20px 20px 20px;
          border-radius:20px 20px 20px 20px;
       
          text-shadow: 0px 0px 8px #000000;
          -moz-box-shadow: 1px 1px 5px #6963B0;
          -webkit-box-shadow: 1px 1px 5px #ffffff;
        }
       
        .block, .lien {
          text-align: center;
          padding: 10px;
        }
       
        td {
          vertical-align: top;
        }
       
       
        /* Images */
        .block-partenaires img, .thumbnail > div {
            -moz-transition: opacity 1s;
            -o-transition: opacity 1s;
            -webkit-transition: opacity 1s;
            -htm-transition: opacity 1s;
            transition: opacity 1s;
        }
       
        .block-partenaires img {
          width: 88px;
          height: 31px;
          padding: 1px;
       
          opacity: 0.5;
          -moz-opacity: 0.5;
          filter: alpha(opacity=50);
        }
           
        .block-partenaires img:hover {
          opacity: 1;
          -moz-opacity: 1;
          filter: alpha(opacity=50);
        }
       
        .thumbnail {
          position: absolute;
          z-index: 0;
        }
       
        .thumbnail:hover{
          background-color: transparent;
          z-index: 50;
        }
       
        .thumbnail > div {
          position: absolute;
          left: -2000px;
          padding: 5px;
          margin: auto;
          background-color: #6963B0;
          color: #ffffff;
          text-shadow: 0px 0px 8px #6963B0;;
          border: #ffffff 1px solid;
       
          opacity: 0.5;
          -moz-opacity: 0.5;
          filter: alpha(opacity=50);
        }
       
        .thumbnail:hover > div {
          top: 0px;
          left: 0px;
          width: 78px;
          height: 78px;
       
          opacity: 1;
          -moz-opacity: 1;
          filter: alpha(opacity=100);
       
        }
       
       
        /* Liens */
        .lien{
          display: block;
          width: 110px;
          margin-right: 10px;
       
          text-decoration: none;
          color:#000000;
        }
       
        .lien:hover{
          background:#6963B0;
          color: #000000;
        }
       
        a.tstaff {
          display: block;
          text-align: center;
          margin-top: 95px;
        }
       
        .block a {
          text-decoration: none;
        }
       
        /* Blocs */
        .block-welcome, .block-staff {
          height: 150px;
          overflow: auto;
          text-align: justify;
        }
       
        .block-welcome {
          width: 500px;
        }
       
        .block-staff {
          width: 332px;
        }
       
        .block-staff table {
          margin: auto;
        }
       
        .block-staff td {
          width: 92px;
        }
       
        .block-partenaires, .block-nouveautes, .block-credits {
          width: 332px;
          height: 150px;
        }
       
        .block-partenaires > div, .block-nouveautes > div, .block-credits > div {
          width: 280px;
          height: 70px;
          overflow: auto;
        }
       
       
        /* Titres */
        .titre {
          font-family: impact;
          font-size: 14px;
          padding: 4px;
          margin: auto;
          margin-bottom: 5px;
        }
       
        .titre-welcome {
          height: 130px;
          width: 20px;
          padding: 7px;
          margin-right: -4px;
          margin-top: 15px;
          text-align: center;
       
          border-right: 0px#6963B0 solid;
        }
       
        .titre-staff {
          width: 130px;
          text-align: center;
        }
       
        .titre:hover {
          background: #FFFFFF;
          color: #000000;
          text-shadow: 0px 0px 8px #000000;
        }
       
        .titre-welcome:hover {
          background: #000000;
          color: #ffffff;
          text-shadow: 0px 0px 8px #000000;
        }

Bonne soiree



Dernière édition par Little_dragon le Ven 5 Oct 2012 - 21:40, édité 1 fois
Little_dragon

Little_dragon
****

Féminin
Messages : 243
Inscrit(e) le : 04/06/2012

http://www.zen-hotel.forum-canada.com
Little_dragon a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec pa code..

Message par Automne Ven 5 Oct 2012 - 9:49

Bonjour,

C'est ceci de votre css
<li class="L2">.titre:hover {</li><li class="L3"> background: #FFFFFF;</li>
Automne

Automne
Membre actif

Messages : 8431
Inscrit(e) le : 22/03/2010

https://gilles570.motards.net/
Automne a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec pa code..

Message par Little_dragon Ven 5 Oct 2012 - 21:39

Merci beaucoup Very Happy j'ai pas ete jusqu'a fin du code pour essayer Very Happy c'est super
Little_dragon

Little_dragon
****

Féminin
Messages : 243
Inscrit(e) le : 04/06/2012

http://www.zen-hotel.forum-canada.com
Little_dragon a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum