Hi,
I discovered that shadowbox makes my site loosing session variables.
In my header I simply got:
<link rel=\"stylesheet\" type=\"text/css\" href=\"js/shadowbox.css\">
<script type=\"text/javascript\" src=\"js/shadowbox.js\"></script>
<script type=\"text/javascript\">
Shadowbox.init({
language: \"fr\",
players: [\"img\"]
});
</script>
When I navigate on my site (identified by a user/pass), after viewing the first image with shadowbox, the session is lost.
I tried several things, but don't found the problem.
note: it works well with thickbox. I suspect a CSS problem, but don't find exactly what's wrong.
Please help.
cheers