Css et html
Fermé
winsho
Messages postés
15
Date d'inscription
mardi 10 août 2010
Statut
Membre
Dernière intervention
4 septembre 2010
-
10 août 2010 à 21:03
wunsho - 18 août 2010 à 14:36
wunsho - 18 août 2010 à 14:36
A voir également:
- Css et html
- Editeur html - Télécharger - HTML
- Espace html ✓ - Forum Webmastering
- Espace en html - Astuces et Solutions
- Html download - Télécharger - HTML
- &Nbsp html ✓ - Forum Webmastering
2 réponses
ProgMad
Messages postés
88
Date d'inscription
dimanche 4 mai 2008
Statut
Membre
Dernière intervention
15 août 2010
10 août 2010 à 22:11
10 août 2010 à 22:11
voila le code css :
#navigation { list-style: none ; margin: 0 ; padding: 0 ; overflow: hidden ; /* Création du contexte de formatage */ } #navigation li { float: left ; width: 150px ; border: 1px solid #600 ; margin-right: 1px ; color: #fff ; background: #c00 ; } #navigation li a { display: block ; background: #900 url(lienCoulissant.png) left top no-repeat ; color: #fff ; font: 1em "Trebuchet MS",Arial,sans-serif ; line-height: 1em ; padding: 4px 0 ; text-align: center ; text-decoration: none ; } #navigation li a:hover, #navigation li a:focus, #navigation li a:active { background: #033 url(lienCoulissant.png) right top no-repeat ; text-decoration: underline ;