I need to have a div that will scroll horizontally as you move your mouse further to the right or the left of the div.
I found the Smooth Div Scroll plugin (http://www.smoothdivscroll.com/) that is really close to what I need. However, there are a couple problems with this.
I need to be able to make the scrolling element start at a set position (i.e. left:-340px). This plugin only allows you to be able to set a starting element, not an actual position.
I need the scrolling element to be infinite. So, if I'm scrolling to the right, when it gets to the end, it should keep going to the right and repeat the element from the beginning.
If someone could help me find a solution for these items or at least point me in the right direction, I would be very appreciative.