fancyzoom probleme

  • Créateur du sujet Créateur du sujet shinobi
  • Date de début Date de début

shinobi

Membre confirmé
27 Mars 2011
20
0
Bonjour,

Voila, je voulais installer Fancyzoom pour mon site Iweb, mais lorsque je veux changer html ( instruction 4 ci-dessous) sa ne fait rien, il change rien. Quelqu'un à la réponse ? Je vous remercie !




Instructions

Installing FancyZoom on your web pages should be dead simple.

1 Download the FancyZoom package, right here:


FancyZoom 1.1.zip (53 KB)


2 Using Transmit (or your favorite FTP client), upload the two folders inside the package to the root of your webserver.

3Add the following two lines of code to the <head> section at the top of your web page(s):

<script src="/js-global/FancyZoom.js" type="text/javascript"></script>
<script src="/js-global/FancyZoomHTML.js" type="text/javascript"></script>

4Add onload="setupZoom()" inside your page's existing <body> tag. For example:

<body id="whatever" [...] onload="setupZoom()">

5Whoah. You're done! The rest is automatic — links to images in your page will automatically zoom the images. For example:

<a href="image.jpg"><img src="image-thumbnail.jpg" /></a> will zoom up image.jpg when clicked.
 
Cette méthode, ça ne se fait pas dans un widget fragment HTML. il faut publier son site sur son serveur, accéder à son celui-ci, ouvrir le fichier HTML avec un éditeur de texte et éditer le code HTML pour ajouter les bouts de code de Cabel (FancyZoom), une vraie galère à recommencer à chaque fois qu'on fait une modification sur la page dans iWeb.

Mais il existe une autre méthode bien plus pratique
http://www.wyodor.net/_Demo/Fancy/Fancy2.html

Voici le tuto (en anglais) :
http://www.wyodor.net/blog/archives/2010/03/entry_308.html
 
Dernière édition: