I've got a couple small image galleries on my website, and I want to be able to show them in the fancybox. But I've got it set up in an image sprite like: http://www.w3schools.com/css/css_image_sprites.asp
So it;s in a <li> tag and I think that's what causes the problem, because when I give the link to an IMG not in a list it works fine. And also when I click the image it gives an sort of error that says: "The requested content cannot be loaded. Please try again later."
So I'm basically new to jQuery and this might be a little out of range for me but I want my site to load upon scroll down, till you reach the end. But I'm a designer so I don't know a whole lot about jQuery and I'm not planning on learning the code for myself, but with other things (like FadeIn and SmoothScrolling which must be very easy but well...) I've been able to make it work except for this one.
I have tried like 8 different examples and none of them seem to work, I just want my index.html to have the load on scroll down or 'infinite' scroll..
I hope someone has a really detailed tutorial for this, because I can't even type 1 line of jQuery code. I hope someone can help me with this, it's not really important to have it on my website but as my portfolio grows bigger it will at some point (because I'm still a student).