jQuery UI portlets

djn123

New Member
I am trying to make panels which are draggable , resizable, collapsible, closable and can be maximised minimized as well as follows. I also want a scroll for the porlet content, if resizing overflows the content.When i set overflow:auto the scroll comes even if the content is not overflowing. \[code\].portlet {position: absolute;overflow:auto !important;}\[/code\]you can have look over my code and demo here panel code
Any help will be appreciated. Thanks in advance!!
 
Back
Top