css - Part of mobile navigation menu items are hidden behind other div -


i'm trying create mobile dropdown menu menu items hidden behind div. tried using z-index apparently i'm doing wrong...

i created following jsfiddle show problem: http://jsfiddle.net/hq160xx2/4/

as can see, part of menu item "object 2" hidden behind "home" , "nav2" menu. should add code object 2 appears on top of "home" , "nav2" menu ?

( btw: know changing height of div id="upper" solve problem, that's not i'm looking for. )

simply change overflow:hidden; overflow:visible; on .upper-mobile element:

.upper-mobile {     overflow: visible; } 

Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -