Ciao a tutti,
ho trovato questa gallery che sembra fatta abbastanza bene: http://devkick.com/lab/galleria/
ho provato a inserirla in un sito ma ho solo problemi!
In pratica anzichè vedere le thumbnails, vedo le foto intere, una sotto l'altra, col puntino vicino, come se la lista non ordinata non facesse parte di alcuna classe o altro....
Sto impazzendo, riuscite a darmi una mano???
Questo è il semplicissimo codice che ho:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Galleria Demo 1</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="imagetoolbar" content="false">
<meta name="description" content="">
<meta name="keywords" content="">
<link href="galleria.css" rel="stylesheet" type="text/css" media="screen">
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.galleria.js"></script>
<script type="text/javascript">
jQuery(function($) {
$('ul.gallery').galleria();
});
</script>
</head>
<body>
<h1>Galleria Demo 01</h1>
<ul class="gallery">[*][img]img/Ciclamino.jpg[/img] [/list]
</body>
</html>
jquery.js è l'ultima versione della jquery (jquery-1.3.2.min.js);
jquery.galleria.js e galleria.css l'ho scaricate dal sito.