Collapse/minimize tables

liunx

Guest
Hello all -

I am trying to do the following: Have a table w/in a table that collapses or minimizes when clicking an image. Kind of like microsoft.com had a while back, or my.yahoo.com has (if you personalize the pages). Or like Windows XP has now. Sorry, I don't have any code, but wondering if there is anything out there to start with.

Thanx,
PeteFirst off you can't do the colapsing with CSS, but you can use java script

<!-- m --><a class="postlink" href="http://www.yourtotalsite.com/archives/javascript/automagically_collapsing_/Default.aspx">http://www.yourtotalsite.com/archives/j ... fault.aspx</a><!-- m -->

there is a file there you can Download

or you can view the source here (<!-- m --><a class="postlink" href="http://www.yourtotalsite.com/examples/collapsible_rows/CollapsibleRows.js">http://www.yourtotalsite.com/examples/c ... bleRows.js</a><!-- m -->)

You may need to do both
 
Back
Top