Bonjour,
qqn peut-il me dire pourquoi j'obtiens ce phénomène de superposition erroné (second niveau) uniquement sur safari ?
Le code :
qqn peut-il me dire pourquoi j'obtiens ce phénomène de superposition erroné (second niveau) uniquement sur safari ?
Le code :
#menu_musee{
/*border: 3px solid blue;*/
width:250px;
height:55%;
margin-left:-60px;
margin-top:0px;
background:none;
line-height:2px;
float:left;
}
#menu_musee ul li a{
font-size : 26px;
background:black;
padding-left: 30px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
box-shadow: 4px 4px 12px black;
line-height: 1px;
z-index:inherit;
}
#menu_musee ul li li a{
font-size : 16px;
background:none;
box-shadow: none;
color: white;
padding-top : 5px;
padding-bottom: 0px;
line-height:2px;
}
#menu_musee ul li {
text-align: left;
color:white;
background:none;
font-size : 22px;
margin-top:40px;
margin-bottom:10px;
z-index:20;
}
#menu_musee ul li li {
width:300px;
text-indent:40px;
padding-top:15px;
text-align: left;
color:black;
margin-top:15px;
margin-bottom:15px;
line-height: 15px;
z-index:2;
font-size : 16px;
line-height:2px;
}
#picture ul {
margin-left:100px;
}
#picture ul li li {
text-indent:0px;
text-align: left;
color:white;
background:#E9982E;
}
#picture_1 {
/*border: 1px solid red;*/
width:200px;
height:720px;
background:url(../images/picture_1.jpg) no-repeat;
float:left;
z-index:inherit;
}
#picture_2 {
border: 1px solid red;
width:200px;
height:720px;
background:url(../images/picture_2.jpg) no-repeat black;
}
/*border: 3px solid blue;*/
width:250px;
height:55%;
margin-left:-60px;
margin-top:0px;
background:none;
line-height:2px;
float:left;
}
#menu_musee ul li a{
font-size : 26px;
background:black;
padding-left: 30px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
box-shadow: 4px 4px 12px black;
line-height: 1px;
z-index:inherit;
}
#menu_musee ul li li a{
font-size : 16px;
background:none;
box-shadow: none;
color: white;
padding-top : 5px;
padding-bottom: 0px;
line-height:2px;
}
#menu_musee ul li {
text-align: left;
color:white;
background:none;
font-size : 22px;
margin-top:40px;
margin-bottom:10px;
z-index:20;
}
#menu_musee ul li li {
width:300px;
text-indent:40px;
padding-top:15px;
text-align: left;
color:black;
margin-top:15px;
margin-bottom:15px;
line-height: 15px;
z-index:2;
font-size : 16px;
line-height:2px;
}
#picture ul {
margin-left:100px;
}
#picture ul li li {
text-indent:0px;
text-align: left;
color:white;
background:#E9982E;
}
#picture_1 {
/*border: 1px solid red;*/
width:200px;
height:720px;
background:url(../images/picture_1.jpg) no-repeat;
float:left;
z-index:inherit;
}
#picture_2 {
border: 1px solid red;
width:200px;
height:720px;
background:url(../images/picture_2.jpg) no-repeat black;
}
Commentaire