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



Comments

Popular posts from this blog

Adding navigation to your web pages with one line of php code

Voice Recognition Code with C#