Shadowbox iframe
Résolu
jupiler
-
jupiler -
jupiler -
Bonjour,
Je souhaite afficher une page de mon site en shadowbox mais ca ne fonctionna pas voici mon code
<html>
<head>
<link rel="stylesheet" type="text/css" href="src/shadowbox.css">
<script type="text/javascript" src="src/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init({
language: "fr",
players: ["iframes"],
});
</script>
</head>
<body>
<a href="http://localhost/test/contact.php/" rel="shadowbox;player=iframe" title="test"><img src="cw.jpg" alt="test" /></a>
</body>
</html>
merci pour votre aide
Je souhaite afficher une page de mon site en shadowbox mais ca ne fonctionna pas voici mon code
<html>
<head>
<link rel="stylesheet" type="text/css" href="src/shadowbox.css">
<script type="text/javascript" src="src/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init({
language: "fr",
players: ["iframes"],
});
</script>
</head>
<body>
<a href="http://localhost/test/contact.php/" rel="shadowbox;player=iframe" title="test"><img src="cw.jpg" alt="test" /></a>
</body>
</html>
merci pour votre aide
Configuration: Windows 7 Firefox 3.5.6
Effectivement il n'y avait pas besoin de slash mais ce ne fonctionne toujours pas quand je clique sur mon image c'est comme si la shadowbox se lançait la page se noircit mais ca s arrete la rien de plus.