[jQuery] Need to create a really simple slide animation that slides a div left and right when the corresponding left and right arrows are clicked
I basically have a div of a fixed width and height with
overflow:hidden in place to hide the content. Within that div
(outerdiv) is another div (innerdiv) with a fixed width and move divs
(contentdivs) floated left inside it to make them sit alongside each
other. I have 2 arrows, one pointing left and the other pointing
right.
I need to attach code to the left and right arrows that will slide the
innerdiv left and right a fixed amount of pixels (e.g. 280px) at a
time.
Anyone have any ideas? I would like to attach the easing plugin to it
as well.
Dave