I was hoping to have a feature on my site where you can collapse the side panel (the right column with navigation, sotw winner, tutorials, etc) to make a larger reading area for people on 1024x768 - but I'm stuck and have no idea how to do it.
The template uses a table for its structure, with div's inside. Basically, I need to have something like:
Default: displaying menu
When they click it, the td class='side_menu' changes to another class, such as td class='side_menu_hidden' which styles the hidden menu.
Then, when they click it again, it returns to the expanded view.. It would be great if the info was stored in a cookie, but once again, I have no knowledge on it what so ever and reading tutorials gets me no where
Any help would be greatly appreciated
