I'm using jQuery
's slide
effect to transition between elements. It'll be easiest to show you the jsfiddle
The menu links don't do anything. If you click on the "Details" link, you can see the problem. I'm attempting to use "slide" to simultaneous show a new div, and hide the old one - the problem is that the new div doesn't slide in next to the old one - it slides in next to and underneath it and then suddenly pops into the correct position at the end of the animation. It should be pretty clear what effect I'm aiming for - I want the divs to kind of "push" each other to the side like you'd see in a slideshow. What am I doing wrong :\
I'm able to adjust the CSS and/or markup and/or JS as necessary to make this work right.