so I\'m very new to Javascript and Jquery. What I\'d like to create is a two column page where links on the left column will cause a div on the right to slide in horizontall
You could use the effects module from jQuery UI and use show('slide'). Look http://jsfiddle.net/HAQyK/1/
effects
show('slide')