Salut,
J'affiche un popup jQuery dont le CSS est :
Sous FF/chrome, derriere le popup tout devient gris et partiellement visible, mais sous IE tout devient noir ! Pourquoi ?
Modifié par apericube (02 Feb 2010 - 19:15)
J'affiche un popup jQuery dont le CSS est :
#background_popup {
height: 100%;
width: 100%;
background: #000000;
position: absolute;
top: 0;
-moz-opacity:0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
filter:alpha(opacity=75);
}
#popup {
border: 8px solid #353230;
position: absolute;
top: 50%;
left: 50%;
background: white;
width: 400px;
height: 200px;
margin: -100px 0 0 -200px;
}
Sous FF/chrome, derriere le popup tout devient gris et partiellement visible, mais sous IE tout devient noir ! Pourquoi ?
Modifié par apericube (02 Feb 2010 - 19:15)