Bonjour,

J'essaye de reproduire la gallery photo proposée sur ce site http://jquery.com/demo/thickbox/,

Je suit bien à la lettre ce qu'ils me disent, mais il n'y a pas de résultat, lors du clic sur la photo il y a la barre de chargement mais apres plus rien.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<script type="text/javascript" src="thickbox/jquery.js"></script>
	<script type="text/javascript" src="thickbox/thickbox.js"></script>
	<link rel="stylesheet" href="thickbox/thickbox.css" type="text/css" media="screen" />
</head>
 
<body>
 
	<a href="image/plant1.jpg" title="add a caption to title attribute / or leave blank" class="thickbox" rel="gallery-plants">
		<img src="image/plant1_t.jpg" alt="Plant 1" /></a>
 
	<a href="image/plant2.jpg" title="add a caption to title attribute / or leave blank" class="thickbox" rel="gallery-plants">
		<img src="image/plant2_t.jpg" alt="Plant 2" /></a>
 
	<a href="image/plant3.jpg" title="leave blank, or add caption to title attribute" class="thickbox" rel="gallery-plants">
		<img src="image/plant3_t.jpg" alt="Plant 3" /></a>
 
	<a href="image/plant4.jpg" title="add a caption to title attribute / or leave blank" class="thickbox" rel="gallery-plants">
		<img src="image/plant4_t.jpg" alt="Plant 4" /></a>
 
</body>
</html>
Le lien entre les photos est effectué par


Mais sa ne fonctionne pas sa reste bloqué a la barre de chargement.

Si j'enleve ce lien, sa n'affiche qu'une photo ce qui est normal, et ce qui veut dire que j'ai bien fait les bonnes inclusion des différents fichiers nécéssaires !

Si quelqu'un a déja eu ce problème ou sais comment le résoudre je suis preneur

Ci joint les fichiers sources et image nécéssaires à la solution : http://jeanjean8501.free.fr/Gallery.rar .


Merci de votre aide