Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one div in that all the content is there.It is almost in the body's content.That is small space is there for padding. Now i have a arrow button on corner top of that div.Onclick of that arrow button one small panel is opening.Now it is overlapping the current div.I dont want to overlap that panel over div instead of shifting the div vertically and display it over there.
That is on display of panel partial div will display.Div should not go beyond body's limit.

Please help me how can i do this in html using jquery or javascript or any other method.Please suggest.
Posted
Updated 28-Oct-13 21:16pm
v2

Start at http://learnlayout.com/[^].
Hope this helps,
Pablo.
 
Share this answer
 
hi ,i think , you should change the panel position (css property) to the absolute


CSS
.yourpanel
{
position:absolute
}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900