I have a page with a header, footer, and middle area. The middle is 3 equal columns, each 33% width.
When a column is clicked, I'd like for that column to climb above the 2 other columns and get a width of 100%, and the 2 columns to redistribute to 50-50.
- Is this sort of thing possible (and reliable) with jquery, or is it too much of a hassle?
- Can it be done with animations?
- Any examples