I have a div with an image in it that fills the entire screen. I want to scroll that div to the left, so that another div comes in view, when the user clicks a menu item.
How do I do this? And where do I store the 2nd div, while its invisible to the user?
Thanks,