Ok, I\'m building a horizontal scroll website for a photographer. We have some really nice wireframes done and I\'m looking to create a neat effect where it highlights the
Try using jQuery's scroll event support.
scroll
http://api.jquery.com/scroll/
And have that check to see what image is on the screen - something similar to this:
Check if element is visible after scrolling