Bonjour à tous,
Je suis en train de faire un site et j’aimerais que mon menu est des coins arrondis. Voici ma css :
#menu li a:hover {
background-image: none;
background-repeat: no-repeat;
color: #000000;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-style: double;
border-right-style: double;
border-left-style: double;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-left-color: #FFFFFF;
text-transform: uppercase;
background-color: #FFFFFF;
}
Merci de me dire comment y remédier
Je suis en train de faire un site et j’aimerais que mon menu est des coins arrondis. Voici ma css :
#menu li a:hover {
background-image: none;
background-repeat: no-repeat;
color: #000000;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-style: double;
border-right-style: double;
border-left-style: double;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-left-color: #FFFFFF;
text-transform: uppercase;
background-color: #FFFFFF;
}
Merci de me dire comment y remédier