1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.niveau3,.niveau3 a{
float:bottom;
visibility:hidden;
}
.niveau3 a:hover{
background-color:purple;
}
.niveau3_visible,.niveau3_visible a{
background-color:red;
font-size:2.5em;
float:bottom;
visibility:visible;
}
.niveau3_visible a:link,.niveau3_visible a:visited,.niveau3_visible a:hover,.niveau3_visible a:active{
background-color:red;
width:150px;
}
.niveau3_visible a:hover {
color: white;
font-weight: bold;
}
.niveau_3_visible:hover{
border:solid black 1px;
visibility:visible;
} |