bande blanche sous mes liens????
Posté : 05 déc. 2006, 15:04
bonjour,
et oui j'ai encore un soucis en css.
en fait sur mes liens main je met des images de fond.
or mon problème est que lorsqu'on passe la souris sur ceux-ci on obtient une bande blanche en transition sous ie ???
et oui j'ai encore un soucis en css.
en fait sur mes liens main je met des images de fond.
or mon problème est que lorsqu'on passe la souris sur ceux-ci on obtient une bande blanche en transition sous ie ???
Code : Tout sélectionner
a.mainlevel:link {
display: block;
background-color:#FF9900;
background: url(../images/menu_bga.png) no-repeat;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
font-style: normal;
color: #000000;
text-align: left;
padding-top: 5px;
padding-left: 18px;
height: 20px !important;
height: 25px;
width: 100%;
text-decoration: none;
}
a.mainlevel:visited
{
display: block;
background-color:#FF9900;
background: url(../images/menu_bga.png) no-repeat;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
font-style: normal;
color: #000000;
text-align: left;
padding-top: 5px;
padding-left: 18px;
height: 20px !important;
height: 25px;
width: 100%;
text-decoration: none;
}
a.mainlevel:hover {
background-color:#FF9900;
background: url(../images/menu_bge.png) no-repeat;
height: 25px;
font-style: normal;
text-decoration: none;
color: #000000;
}
a.mainlevel#active_menu {
background-color:#FF9900;
color:#CCC;
font-weight: bold;
font-style: normal;
}
a.mainlevel#active_menu:hover {
background-color:#FF9900;
background: url(../images/menu_bga.png) no-repeat;
font-style: normal;
color: #CCC;
}