Forum Moderators: open

Message Too Old, No Replies

Expandable/collapsable buttons, like googlegroups has?

         

boytheo

9:08 am on Aug 17, 2005 (gmt 0)

10+ Year Member



LiveJournal and googlegroups both have this neat feature of being able to collapse or expand parts of the page, without needing to reload the page.

How is this done? Is there a tutorial somewhere?

BlobFisk

1:48 pm on Aug 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Javascript and manipulation of the DOM. To emulate the Google functionality you can go this by playing with the margins on floated layers.

HTH