Bonjour,
je ne comprend pas, le rollover qui suit ne marche pas (sous firefox, je n´ai pas essayer ailleur)
j´ai 13 ans et ai commencé le javascript il y une semaine, alors en debogage...
<!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" xml:lang="fr" >
<head>
<title>Page d´essai</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="css.css" />
<script type="text/javascript">
//<![CDATA[
firstPicture.src=new Image;
firstPicture.src="RW.jpg";
secondPicture=new Image;
secondPicture.src="R.jpg";
//]]>
</script>
</head>
<body>
<a href="www.punksociety.fr" onMouseOver="banDefault.src=firstPicture.src" onMouseOut="banDefault.src=´SRW.jpg´">Par ici la souris</a><br/>
<a href="www.punksociety.eu" onMouseOver="banDefault=secondPicture.src" onMouseOut="banDefault.src=´SRW.jpg´">Ou encore par là !< /a>
<br/><br/>
<img src="SRW.jpg" border=0 width=700 height=125 hspace=0 vspace=0 name="banDefault">
</body>
</html>