Ok guys.
The image pops up fine. Read what he's saying.
He says to click on the images at the bottom while the image is popped up. You'll notice that it does, in fact, not work.
If you open up the developer console (or Firebug) using F12, you'll see that we're getting a: Uncaught TypeError: Cannot call method 'jumpto' of undefined.
Also, goheadtry, you might want to fix line 390 (or your index), you have a '.' in front of your margin-bottom.
The problem here seems to be the script not liking the what's in the href attribute of your #fancybox_thumbs > ul > li 's. After some research, it looks like this is not the case. You might be either having trouble with the same origin policy or a simpler error. To me, it looks more like the latter, since you are including a link to jquery.min(1).js. If you have more than one jquery and/or more than one of the same fancybox, you might run into some problems.
I don't know exactly what's causing the problem, but I hope I can help!
|