Looking for help with implementing a jQuery animation to hide the right sidebar on my 3-columns page. I created a demo online here - JsFiddle: http://jsfiddle.net/yhfXX/
In my template, the columns are arranged as follows:
- menu (on the left) is fixed
- content (center of the page) takes up the full remaining width space
- sidebar (on the right) is fixed
If anyone has a solution or suggestion, it would be greatly appreciated. Thank you.