Code Source pour effectuer un Zoom - Page 3

Précédent
  • 1
  • 2
  • 3
Harricote Messages postés 424 Statut Membre 41
 
T'as bien fait comme ca ?
<html>
<head>
<script type="text/javascript" src="fonctionShowZoom.js" />
</head>
<body>
<a href="lettre.png" class="panview"><img src="lettre.png" alt="Lettre_A" onmouseover="ShowZoom(event);" /></a>
</body>
</html>
???
0
fuk-san
 
En fait j'ai tapé ça comme ça :

<html>
<head>
<title>Country Style !</title>


<!------------------------------- APPEL DES SCRIPT JAVAscript ------------------------->
<script src="../js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="../js/jqzoom.pack.1.0.1.js" type="text/javascript"></script>




<script type="text/javascript">
		
		$(function() 	
			{
				$(".jqzoom").jqzoom();
			}	
		  );
</script>
</head>

</html>
0
Précédent
  • 1
  • 2
  • 3