I am working on an interactive slide show based on the follow JQuery plugin:
http://nooshu.com/explore/jquery-iphone-animation/
The basic premise, is that when a user clicks inside the box, JQuery is going to move the margin of the item in the slide +/- based on the mouse current postion as compared to the mouse original position.
The issue is, only Firefox continues to track the event outside of the slide element container.
This is an issue, and if you play around with the example in IE and Chrome, the UX could be improved dramatically. I just can't think of a way to make the container full screen somehow, and still keep the slide in a window.
Really need some help here :(