From this aspcode.net page at the bottom (under attachments) you can download the project.
For some reason when I run it the Close Button and the Next and Previous Buttons don't work. Well I mean it does work but it does not show the actual images. Can anyone figure it out? It should be easy but I just cant get it to work.
views:
361answers:
2
A:
Have you saved the images to the correct path?
Try using absolute links to the images eg http://localhost/myimage.jpg
so that you can test that images are really where you say they are.
DrG
2009-04-06 11:25:57
From what i have seen yes.
Etienne
2009-04-06 11:28:24
Its not that............i am missing something else
Etienne
2009-04-06 11:34:24
+1
A:
The paths to the URLs in the code start with a / - this means jQuery needs to be in the root of your site. If this application is running as a virtual directory, remove the leading slash from anywhere that it references the images.
ck
2009-04-06 11:44:30