Doesn't work the way it does with images. Maybe there is another possibility?!
Here is a live demo:
http://www.corona-gehren.de/main/Simply click on a slide or the "Mehr"-button in the slideshow and you will see an external site opened in a shadowbox.
The problem is that there is not a link for every slide. It's coded with javascript.
I implemented the shadowbox the following way:
[code]<div class="slide">
<div class="slide-inner">
<a'.$target.' href="'.$link.'" rel="shadowbox;width=600;height=350" >
path.'" alt="'._FPSS_MOD_IMGALT.'" />
<div class="fpss-introtext"'.$hidecontent.'>
<div class="slidetext">'.$thecontent.'</div>
</div>
</div>
</div>
[/code]
What can I do?