hi, I would suggest separating header and content of the widget in different DIV's. Then use something like $("#btnMinimize).click(function() {$ (this).next().slideUp();}); in the ready handler. You might also look at some Accordian menu's arround such as http://www.i-marco.nl/weblog/archive/2008/05/08/simple_jquery_accordion_menu__
regards, Peter On Jun 9, 3:16 pm, tito <[EMAIL PROTECTED]> wrote: > hi... > plzz any one could help me to implement a minimize button in to the > widget along with the close button....so that the particular widgets > height would be decreased ...