bonjour voila j'ai un petit probleme je veu que dans mon site dans une
cellule d'un tableau il y ait une image et que quand je passe dessus
l'image change mais ca marche pa voila mon code css dans un fichier
nomé Style.css :
#Acceuil
{
image:url(Acceuil.jpg)
}
#Acceuil:hover
{
image:url(Astuces.jpg)
}
et voila le code de ma page :
<html>
<head>
<meta http-equiv="Content-Language" content="fr">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Bonjour ce site vient d</title>
<link rel="stylesheet" media="screen" type="text/css" title="menu" href="Style.css">
</head>
<body bgcolor="lightsteelblue" background="Fond.jpg">
<div align="center" >
<table border="1" width="500" cellpadding="0">
<tr>
<td width="100%" colspan="3"
height="63"><img border="0" src="TitrePrincipal.jpg" width="510"
height="63"></td>
</tr>
<tr>
<td width="100" height="21"><img border="0" src="Menu.jpg" width="100" height="21"></td>
<td width="300" height="21"><img border="0" src="Sujet.jpg" width="300" height="21"></td>
<td width="100" height="21"><img border="0" src="Liens.jpg" width="100" height="21"></td>
</tr>
<tr>
<td width="100" height="21" id="Acceuil">Acceuil</td>
<td width="300" height="189" rowspan="9"
valign="top" align="left"><font color="black" size="4">Bonjour
ce site vient d'ouvrir ses portes et je suis ravis de vous accueillir.Il
est loin d'etre fini donc encore un peut de patience et ca le fera !Le
disign a deja été amélioré !</font></td>
<td width="100" height="21"><img border="0" src="Lien1.jpg" width="100" height="21"></td>
</tr>
<tr>
<td width="100" height="21"><img border="0" src="Astuces.jpg" width="100" height="21"></td>
<td width="100" height="21"><img border="0" src="Lien2.jpg" width="100" height="21"></td>
</tr>
<tr>
<td width="100" height="21"><img border="0" src="Chat.jpg" width="100" height="21"></td>
<td width="100" height="21"><img border="0" src="Lien4.jpg" width="100" height="21"></td>
</tr>
<tr>
<td width="100" height="21"><img border="0" src="Comte.jpg" width="100" height="21"></td>
<td width="100" height="21"><img border="0" src="N.jpg" width="100" height="21"></td>
</tr>
<tr>
<td width="100" height="21"><img border="0" src="Divers.jpg" width="100" height="21"></td>
<td width="100" height="21" align="center">Inconu</td>
</tr>
<tr>
<td width="100" height="21"><img border="0" src="Ligue.jpg" width="100" height="21"></td>
<td width="100" height="21"><img border="0"
src="Connecte.jpg" width="100" height="21"></td>
</tr>
<tr>
<td width="100" height="21"><img border="0"
src="Livredor.jpg" width="100" height="21"></td>
<td width="100" height="21" align="center">Invité</td>
</tr>
<tr>
<td width="100" height="21"><img border="0" src="News.jpg" width="100" height="21"></td>
<td width="100" height="21"><img border="0" src="IPdist.jpg" width="100" height="21"></td>
</tr>
<tr>
<td width="100" height="21"><img border="0"
src="Probleme.jpg" width="100" height="21"></td>
<td width="100" height="21" align="center">Inconu</td>
</tr>
<tr>
<td width="500" height="57"
colspan="3"><img border="0" src="Pub2.jpg" width="510"
height="63"></td>
</tr>
</table>
</div>
</body>
</html>
voila merci pour votre futur aide ;)