collapse effect
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
how can i do a collapsing effect when u click a link, it will show some details, then when clicked again, it will collapse.. like with this forum? anyone? thanks..
-
how can i do a collapsing effect when u click a link, it will show some details, then when clicked again, it will collapse.. like with this forum? anyone? thanks..
i think a simple if...else... block in the ClickEvent handler should do the trick. (if opened - open, else close).