J'ai plusieurs div contenants chacun des liens qui doivent réagir différemment et ça ne marche pas...
la réaction change si je met le code concernant #menu en dessous c'est lui qui domine et vice versa...
que faire?
#illust a:link, a:visited{
top:10px;
color:rgb(102,0,0);
font-family:Monotype Corsiva, Arial;
font-size:14px;
font-weight:bold;
margin-left:15px;
text-decoration:none;
}
#illust a:hover, a:active{
color:rgb(98,49,0);
font-family:Monotype Corsiva, Arial;
font-size:14px;
font-weight:bold;
margin-left:15px;
text-decoration:none;
}
#milieu a:link, a:visited{
top:10px;
color:white;
font-family:Monotype Corsiva, Arial;
font-size:14px;
font-weight:bold;
margin-left:15px;
text-decoration:none;
}
#milieu a:hover, a:active{
color:rgb(98,49,0);
font-family:Monotype Corsiva, Arial;
font-size:14px;
font-weight:bold;
margin-left:15px;
text-decoration:none;
}
la réaction change si je met le code concernant #menu en dessous c'est lui qui domine et vice versa...
que faire?