Les coins arrondis... Ne fonctionne pas sur IE6, IE7, IE8...
Avec une balise div...
La régle CSS
.coins {
background-color: #900;
margin: 5px;
height: 100px;
width: 200px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
Et un menu...
Et un menu avec bords arrondis, aux exterieurs... Ne fonctionne pas sur IE6, IE7, IE8...