Bonjour,
je viens d'inserer sur mon site l'effet lightbox, comme expliqué sur : http://www.huddletogether.com/projects/lightbox2/
Quand je test en local tout marche tres bien sous IE et sous FF
Mais quand je teste sur internet ca ne marche pas sous FF et ca marche parfois sous IE (ca ne marche pas evec lad derniere version, mais ca marche avec l'ancienne.
Pouvez vous m'aidez.
-Est ce ds le chemin d'accès aux photos qu'il y a un problème?
-est ce le "./" ds les chemins d'accès?
Voici mon script:<html>
<
head>
<link rel="stylesheet" href="./fichier-css/lightbox.css" type="text/css" media="screen" />
<script src="./fichier-JS/prototype.js" type="text/javascript"></script>
<script src="./fichier-JS/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="./fichier-JS/lightbox.js" type="text/javascript"></script>
</head>
...
<body>
<p><a href="images/image-1.jpg" rel="lightbox"><img src="images/thumb-1.jpg" width="100" height="40" alt="" /></a></p>
</body>
</html>