Image répété dans CSS
Résolu/Fermé
Xti Basque
-
2 sept. 2008 à 20:57
puxor Messages postés 318 Date d'inscription mardi 2 septembre 2008 Statut Membre Dernière intervention 4 mai 2009 - 2 sept. 2008 à 22:22
puxor Messages postés 318 Date d'inscription mardi 2 septembre 2008 Statut Membre Dernière intervention 4 mai 2009 - 2 sept. 2008 à 22:22
A voir également:
- Image répété dans CSS
- Image iso - Guide
- Acronis true image - Télécharger - Sauvegarde
- Image iso windows 10 - Guide
- Légender une image - Guide
- Insérer une image dans word sans bouger le texte - Guide
5 réponses
puxor
Messages postés
318
Date d'inscription
mardi 2 septembre 2008
Statut
Membre
Dernière intervention
4 mai 2009
89
2 sept. 2008 à 22:01
2 sept. 2008 à 22:01
je m'y colle, réponse dans 5-10min
puxor
Messages postés
318
Date d'inscription
mardi 2 septembre 2008
Statut
Membre
Dernière intervention
4 mai 2009
89
2 sept. 2008 à 22:09
2 sept. 2008 à 22:09
#####HTML##################
<div id="nav">
<table>
<tr>
<td><a href="accueil.html">Accueil</a></td>
<td><a href="membres.html">Membres</a></td>
<td><a href="images.html">Images</a></td>
<td><a href="telechargement.html">T&aecute;l&aecute;chargements</a></td>
<td><a href="plus.html">Plus</a></td>
</tr>
</table>
</div>
#####CSS####################
#nav{
width:1025px;
height:30px;
background:url('ton_fond.jpg') no-repeat;
}
table tr td{
width:20%;
}
table tr td a{
text-decoration:none;
color:#fff;
font-weight:bolder;
}
<div id="nav">
<table>
<tr>
<td><a href="accueil.html">Accueil</a></td>
<td><a href="membres.html">Membres</a></td>
<td><a href="images.html">Images</a></td>
<td><a href="telechargement.html">T&aecute;l&aecute;chargements</a></td>
<td><a href="plus.html">Plus</a></td>
</tr>
</table>
</div>
#####CSS####################
#nav{
width:1025px;
height:30px;
background:url('ton_fond.jpg') no-repeat;
}
table tr td{
width:20%;
}
table tr td a{
text-decoration:none;
color:#fff;
font-weight:bolder;
}
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
puxor
Messages postés
318
Date d'inscription
mardi 2 septembre 2008
Statut
Membre
Dernière intervention
4 mai 2009
89
2 sept. 2008 à 22:22
2 sept. 2008 à 22:22
de rien, a toi aussi ^^