(reprise du message précédent)
Bonjour Zeus
Voici un début de piste, une petite éclaircie.
@+
Bonjour Zeus
Voici un début de piste, une petite éclaircie.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<title>contour hover</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
td{
background-color: #FFFFFF;
height:30px;
}
td a{
border:1px solid #CCCC00;
background-color: #CCCC00;
display:block;
height:30px;
}
td a:hover{
border:1px solid #000000;
background-color: #CCCC00;
height: 30px;
}
-->
</style>
</head>
<body>
<table width="200">
<tr>
<td><a href="#">abcdefgh</a></td>
<td><a href="#">abcdefgh</a></td>
<td><a href="#">abcdefgh</a></td>
</tr>
</table>
</body>
</html>
@+