Mon menu css3 est caché par mon animation css3

Aigle05 -  
 Profil bloqué -
Bonjour,

J'ai un sérieux souci avec mon menu css3 qui est caché par mon animation css3.
Pouvez-vous m'aider???

1 réponse

  1. Profil bloqué
     
    lien du site stp ?
    0
    1. Aigle05
       
      voici le lien
      http://exo.miracles-studios.com/
      0
    2. Profil bloqué
       
      dans ton fichier juizDropDownMenu.css

      à la ligne 11 (la classe .juizdropdown)
      ajoute un z-index:1 à la fin

      soit :

      .juizdropdown {
      position: relative;
      height: 43px;
      margin-top: 70px;
      padding: 0;
      font-size: 15px;
      line-height: 42px;
      text-align: center;
      background: #dbdbdb url(../juiz-dropdown-menu-2013-02-13/img/main.png) repeat-x scroll 0 0;
      background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4d4d4),color-stop(1, #e6e6e6));
      background: -webkit-linear-gradient(center bottom , #d4d4d4 0%, #e6e6e6 100%) repeat scroll 0 0 #dbdbdb;
      background: -moz-linear-gradient(center bottom , #d4d4d4 0%, #e6e6e6 100%) repeat scroll 0 0 #dbdbdb;
      border: 1px solid #c0c0c0;
      text-transform: uppercase;
      -webkit-box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset;
      -moz-box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset;
      -ms-box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset;
      -o-box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset;
      box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      z-index: 1;
      }
      0
    3. Aigle05
       
      je viens d'essayer et ça ne marche toujours pas. Mes sous menus sont toujours caché
      0
    4. Profil bloqué
       
      peux tu mettre en ligne la modification que tu as faite ? je ne la vois pas...
      0
    5. Aigle05
       
      excuse moi mon frere ça marcheeeeeeeeeee. Merci beaucoup pour ta reactivité et aide..
      0