1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| <head>
<meta>
<title>gabarit</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
</meta>
<link href="feuillecss.css" rel="stylesheet" type="text/css" />
<script language="javascript">
<!-- Begin
bouton_on = new image();
bouton_on.src = "img/ecole-emweb_on.png";
bouton_off = new image();
bouton_off.src = "img/ecole-emweb_off.png";
-->
</script>
</head>
<body>
<a href=onmouseover="monrollover.src=bouton_on.src;"
onmouseout="monrollover.src=bouton_off.src;">
<img src="img/ecole-emweb_off.png" name="monrollover" width="150" height="50">
<img src="img/ecole-emweb_on.png" name="monrollover" width="150" height="50">
</a>
</body> |