Je suis en train de modifier un joomla visible ici : http://s139613218.onlinehome.fr/arbre3/index.php
Le problème, c'est que sous IE, au passage de la souris, le fond des menus de gauche disparait.
Je n'y arrive pas à en trouver la cause.
Une idée?
Le CSS qui, je pense, provoque cela :
CODE
a.mainlevelShopMenu:link, a.mainlevelShopMenu:visited, a.mainlevelShopMenuVert:link, a.mainlevelShopMenuVert:visited, a.mainlevelShopMenuRose:link, a.mainlevelShopMenuRose:visited {
display: block;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
color: #fff;
text-align: left;
padding-top: 0px;
padding-left: 10px;
height: 23px !important;
height: 25px;
width: 177px;
text-decoration: none;
background:url(../images/fond-nav1.gif) no-repeat;
}
display: block;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
color: #fff;
text-align: left;
padding-top: 0px;
padding-left: 10px;
height: 23px !important;
height: 25px;
width: 177px;
text-decoration: none;
background:url(../images/fond-nav1.gif) no-repeat;
}
Portekoi