<< Retour au site
Tout sélectionner <style type="text/css"> /* CSS PROVENANT DU SITE http://webyo.net */ #menu { border: 1px solid #ccc; width: 150px; } * html #menu { /* IE */ width: 144px; } #menu ul { padding: 0; margin: 0; list-style-type: none; } #menu a { padding: .4em .3em; display: block; width: 100%; /* IE6 */ color: #000; text-decoration: none; border-bottom: 1px solid #ccc; } #menu a:visited { color: #000; } html>body #menu a { /* No IE */ width: auto; } #menu a:hover { background-color: #eee; color: #0066ff; } #menu #current a { background-color: #eee; color: #0066ff; } </style>