Bonjour,
Le multiple background ne fonctionne pas sous IE8 avec CSS3PIE
Voici mon code :
Les chemins sont bien relatifs à partir du code HTML.
Box shadow fonctionne pourtant très bien...
Merci.
Modifié par Chok71 (10 Jun 2013 - 16:27)
Le multiple background ne fonctionne pas sous IE8 avec CSS3PIE
Voici mon code :
header#header_site nav ul li {
float: left;
position: relative;
display: block;
background: url('../img/design/menu/picto01.png') 50% 10px no-repeat;
}
header#header_site nav ul li:hover {
background: url('../img/design/menu/picto01.png') 50% 10px no-repeat, url('../img/design/menu/bg_hover.gif') 0 bottom repeat-x;
-pie-background:url('img/design/menu/picto01.png') 50% 10px no-repeat, url('img/design/menu/bg_hover.gif') 0 bottom repeat-x;
behavior: url(css/pie/PIE.php);
}
Les chemins sont bien relatifs à partir du code HTML.
Box shadow fonctionne pourtant très bien...
Merci.
Modifié par Chok71 (10 Jun 2013 - 16:27)