Hi Friends, I am implementing a expand collapse feature on my page using div tag.
I am using asp.net with c#. I have succeeded with exapand collapse feature. Now i have to modify this feature so that when the user clicks on expand button, the page should not push down(the div tag consists of search parameters). When the user again clicks on the collapse button or clicks outside the div tag, it should get collapsed. Note: I dont want to increase my page height.
The expanded content should display like dropdown items.(I cant use ul and li) The expanded content should come infront of the page cotent(ex: flash advertisements maximizes to occupy the page on mouse over and gets collapsed on clicking close buttons - yahoo inbox)
Please suggest me, how to reply here.