Et bien en fait, ca fonctionne en effet sur cette page de test, mais je ne trouve pas l'erreur dans cette page ci dessous. Sous FF, ca fonctionne au poil, mais sous IE.
Pour info, dot.gif est un carré rouge de 3px de cote. et l'image du fond fait 800px par 517px (on enleve 3px fois 2).
Mais si ca continue, je vais mettre une case div au lieu d'une image.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head></head>
<body>
<div style="background: url('photos/YOUP.JPG') no-repeat;background-position:3px 3px; width:806; height: 523">
<table cellspacing=0 cellpadding=0 style="padding: 0; border:0; position: relative; left:0; top:0; width:100%; height:100%">
<tr> <td id="areahg" style="height: 3px; width:3px; vertical-align: bottom; background-color:black">
<img src="images/dot.gif" style="float: right;"></td>
<td style="vertical-align: bottom; background-color:black"><center>
<img src="images/dot.gif" style="float: bottom"></center>
</td>
<td style="vertical-align: bottom; background-color:black">
<img src="images/dot.gif" style="float: left;"></td>
</tr><tr>
<td style="background-color:black">
<img src="images/dot.gif" style="float: right;">
</td>
<td id=area style="width:800; height: 517; border: 1px white dashed"> </td>
<td style="background-color:black">
<img src="images/dot.gif" style="float: left">
</td>
</tr><tr>
<td style="vertical-align: top; background-color:black">
<img src="images/dot.gif" style="float: right;"></td>
<td style="vertical-align: top; background-color:black"><center>
<img src="images/dot.gif"></center>
</td>
<td id="areabd" style="vertical-align: top; height: 3; width:3; float: left; background-color:black">
<img src="images/dot.gif" style="float: left;"></td>
</tr>
</table>
</div>
</body>
</html>


