what to do if drop down menu hide behind containers
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmmBkuARiJhWjzWz1urpiQmj8jQZ0hyIeeXQsSESo4gwdMAj4JNci1ike5Z3y5LaCJ3mxPuXB5h_AUIRlNBMltw6v1TIZiJzVU94YkTMtiMft6g5c_ylleI3NPO_Tb3BdUsuyGPPCGTYho/s640/IMG-20150715-WA0011.jpg)
if you have the problem shown in the picture you simply added " position" to your css for your wrapper or container content , to come by this problem just remove the position and move around the object by using margin code: .CONTAINER { position:absolute or relative ; /*DELETE THIS */ MARIGN:........... ; /* USE THIS INSTEAD */ } NOTE: it does not matter either absolute or relative position both will cause this problem