I’m trying to create a mobile navigation bar that has a drop down menu. I have most of it set up already, but the only sub-menu link I can view is from the last main menu button, the other sub-menu button hides behind the main navigation. It might be a simple fix.
Here’s the link, I set it up so that the mobile side is viewable from your browser. The CSS is also temporarily included in the main HTML document: http://www.louieswebsite.com/test/
Both the LOGIN and REGISTER buttons have a sub-menu button, but the one for LOGIN is not visible on roll-over.
Hover navigation sucks on mobile, if it works at all (once you touch a hover menu, you can’t get rid of it again). You are better off trying something like these:
I managed to achieve this a different way by using a style from this website: http://astuteo.com/mobilemenu and went with @media only screen and (min-width: 480px) { } in CSS for the full screen browser.