Spluciando un po’ nel web ho trovato questa galleria immagini, FrogJS, in JavaScript molto interessante.
Eccole le procedure da fare nella pagina HTML.
Crea una galleria di miniature (thumbnail) con le seguenti caratteristiche.
<div id="FrogJS">
<a xhref="images/1.jpg" mce_href="images/1.jpg" title="Credit">
<img xsrc="images/1_thumb.jpg" mce_src="images/1_thumb.jpg" alt="Caption" />
</a>
<a xhref="images/2.jpg" mce_href="images/2.jpg" title="Credit">
<img xsrc="images/2_thumb.jpg" mce_src="images/2_thumb.jpg" alt="Caption" />
</a>
</div>
E’ importante che tutti i link siano all’interno del DIV il cui ID sia “FrogJS“.Inserisci l’inclusione dei file frog.js, prototype.js, e scriptaculous.js nella tua pagina HTML.
Sotto un esempio del codice e i files sources della galleria.
<script type="text/javascript" xsrc="/scripts/prototype.js" mce_src="/scripts/prototype.js"> </script>
<script type="text/javascript" xsrc="/scripts/scriptaculous.js?load=effects" mce_src="/scripts/scriptaculous.js?load=effects"> </script>
<script type="text/javascript" xsrc="/scripts/frog.js" mce_src="/scripts/frog.js"> </script>
All’interno del file frog.js ci sono alcune opzioni che si possono modificare per la tua galleria. Sono situate in testa al file frog.js sotto “// CONFIGURATION VARIABLES“.
Per quanto riguarda la compatibilità FrogJS è stato testato con successo su:
Scarica la galleria FrogJS
Vai al sito dell’autore
Galleria, HTML, JavaScript, Tutorial

tag abilitati: <code> </code> | <a href=""> </a> | <strong> </strong> | <i> </i>
Pepenero
21 Febbraio 2007 alle 0:17 am
oh mio Dio, cosa sono tutti questi codici?!? aaaaaaargh
jeff
9 Novembre 2007 alle 22:07 pm
The script pointing to my site http://www.betfer.co.uk/ruwett
the thumbs sometimes don’t load ..i don’t know how to fix this.
Julius
10 Novembre 2007 alle 0:02 am
Hi Jeff,
looks if the script is wrote correctly in the code HTML.
Write on the page HTML clean, whit only script of the gallery, without different script
bye