Recreating Doodles Accordeon Table

maJic

New Member
In my current Webproject I have to implement a table containing all days of a month, resulting in ~30-31 table columns. Since such a huge table isn't very pretty, I wanted to implement something similar to the tables of Doodle Polls. Doodle folds a table, replaces the hidden columns with a pic and if you click on that picture it unfolds the columns -> displays the hidden columns.But how do I achieve such a behaviour? I'm new to Javascript and not that familiar with fancy CSS3 techniques.Especially, how do I replace the hidden columns with a picture?The tutorials I've found only allow to hide specific columns and not to replace them.Best regards,SimonPS: I also tagged RoR, since the project I'm working on is built with RoR and maybe there is also a Rails solution for that problem?PPS: http://i.stack.imgur.com/Uc6so.png -> Since I'm not allowed to post pictures :/
 
Top