1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>ess</title>
<style>
.pres{
position:fixed;
margin-left:350px;
margin-top:100px;
}
</style>
</head>
<body>
<!-- définition de l'image grand modèle, invisible au départ -->
<img name="presenta" class="pres" style="border: 0px solid ; width: 789px; height: 553px;"
alt="" src="" usemap="#ferme">
<!-- définition de la zone réactive-->
<map name="ferme"><area shape="rect" coords="702,19,769,38" href="" onclick="document.presenta.src='';"></map>
<!-- définition de la vignette qui fera apparaitre en cas de click la grande image-->
<a href=""><img src="Photos/bijoux_pm.jpg" onclick="document.presenta.src='Photos/coeuretpastillePMgrand.png';"></a>
</body>
</html> |
Partager