Looking for some assistance with my code.
Here's an example of what I'm working on - http://jsfiddle.net/urK7t/
You can also view the full-size page here -
In terms of the concept:
I am trying to create a DIV element that has 100% width and height, with an overflow:hidden property. Inside this DIV, there will be a wide image that can be moved left and right. The challenge is to ensure that the image resizes when the window is resized. Currently, the image just stretches in height, but I want the entire image to resize while only showing a portion of it, which can be moved horizontally.