Hi,
i have some trouble by using the shadowbox with several images they are switching by an javascript call.
I had included the sahdowbox only, no other adapters are used.
Here is an example out of the Source:
a id='link' href='". $Image[0] ."' rel='shadowbox' title='". $DL->title ."'>Picture a
a class='thumb_switch' onclick=\"document.getElementById('big').src='Thumb_Picture';document.getElementById('link').href='Link_to_full_picture';\"'>thumb# a
The id link is calling the url to the picture that should be opened by shadowbox, in status bar he shows the correct url to link and also if i delete the "rel=shadowbox" from link it shows the correct picture, only sahdowbox is even opening the first picture, the other one(s) arent shown.
The script works correctly, it is an misstake in shadowbox. Does someone knows how to fix that problem?