Click here to Skip to main content
15,860,972 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Developers,

Am in a tricky situation, I should use some intelligence.
I need your help. Your experience can help me.


Problem:
I have one master page and one child page.i have some menu items i have some menu items in my master page.Am using div as menu. So when i place mouse over div it will show another div that is the menu panel.Am showing this div using jquery.
everything is working fine but the problem is when i place mouse over menu div it will show menu panel div but the same time the content of my child page is moving down.
I want the content of the child page as fixed, means it should not move when i place mouse over the menu div.
Menu panel div should be over the child page items.
Posted
Comments
PhilLenoir 22-Aug-14 9:55am    
I suggest reading up on relative positioning versus absolute positioning and z-order on the internet. There are many good sites that demonstrate positioning attributes. It can get complicated as these are related to containers (e.g. divs within divs) and can impact layout in different form factors.

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