A voir également:
- Mon menu css3 est caché par mon animation css3
- Menu déroulant excel - Guide
- Copie caché - Guide
- Appel caché - Guide
- Menu caché tv grandin - Forum Téléviseurs
- Dans la présentation à télécharger, un mot est caché sous l'étoile. trouvez-le ! ✓ - Forum Word
19 févr. 2013 à 12:01
http://exo.miracles-studios.com/
19 févr. 2013 à 12:03
à 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;
}
19 févr. 2013 à 12:11
19 févr. 2013 à 12:12
19 févr. 2013 à 12:13