Saturday, March 24, 2012

panel collapse expand problem

i have several panels one below other which can be expanded and collapsed. suddenly the panels have stopped sliding down if a collapsed panel above them is expanded, although the panel expands (but hidden behind the panels below it). wht cud have happened? (i have not absolutely positioned the panels)

also, can somebody point me to a link tht explains 'display' property in CSS, with it's different options (inline, inline-table, block etc.) through examples?

Have you set the display property to none on the panel? The Toolkitsample website demo pages use a set of CollapsiblePanels stacked and you scenario should be able to do the same.

Here is alink to the msdn documentation on the css style display property.

No comments:

Post a Comment