Citation :
/* propriétés du menu vertical*/
#menuv { padding-top: 10px ;
position: absolute;
left:0;
width: 120px;
background: white;
border:#404550 4px solid;
}
#menuv li h2 {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-weight: normal;
letter-spacing: 0.1em; margin-left: -30px;
}
#menuv ul
{
list-style-type:none;
}
#menuv a
{
display:block;
padding-left: 11px;
width: 50px;
background-color: #FFF;
background-image: url('icons/icon1.gif'); background-repeat: no-repeat;
background-position: 0 55%; border-bottom: 1px dotted #2050A0; padding-right:3px; padding-top:3px; padding-bottom:3px
}
#menuv a:link, #navlist a:visited
{
text-decoration: none;
}
#menuv a:hover
{
background-image: url('icons/icon2.gif'); color: blue;
}
|