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:
- Internet Explorer 6
- Internet Explorer 7
- Firefox 2.0
- Safari 2.0
- Opera 10.1
3 Commenti
oh mio Dio, cosa sono tutti questi codici?!? aaaaaaargh
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.
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