Hi, I'm developing a form in ASP.NET that allows users to enter a new company and its address. I want this in three steps and want a slide over effect in between steps i.e.
In Screen 1, the user sees a few texbox controls to enter company's name, # of employees, EIN, etc. When the user clicks next, I want the whole screen to slide over to the leff and display screen 2 where the user enters company's address. I saw a similar effect on Photoshopuser.com website for user registration. The slide over doesn't happen slowly. It's fast and kind of gets the first screen out of the way and pulls in the second screen. I've never used jQuery before and would appreciate some pointers in creating this effect. Thanks, Sam