what to do if drop down menu hide behind containers
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