I have a 3-columns page where I would like to hide my right sidebar with a nice animation (thanks to jQuery). Unfortunately it doesn’t work.
I created a demo online here: JsFiddle: http://jsfiddle.net/yhfXX/
My template is somewhat special because my columns are defined like this:
- menu (on the left) is fixed
- content (center of the page) is full remaining width space
- sidebar (on the right) is fixed
Does someone have a solution for me?
Thanks anyway.
Is this what you’re looking for?
http://jsfiddle.net/yhfXX/2/
Instead of changing the margin of the sidebar I’m just removing the width of it.