-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native OS menu for mobile view #1
Comments
but turning a styled
|
either we can use a drop-down menu of those ones instead of using different 5-7 main menu items_ which is quite boring to have..isn't it? |
using a css conditional like "@media only screen and (min-width: 480px) and (max-width: 767px) { .. }" for example, you can switch between 2 different kind of menu by hiding a css class and showing another one very easily. In our case we would hide the unordered list menu type and show the select menu. |
I'm thinking to implement something similar to these dropdown menus: http://tympanus.net/codrops/2012/10/04/custom-drop-down-list-styling/ I'd like to use a menu button mobile users are familiar with, like the three dashes button on FB app. |
Main menu could also turn into default OS dropdown list menu when in narrowest mode. Default OS menus tend to be compact and extremely usable, as they are native elements – fast and optimized. Current solution will turn ugly if 5 or 7 main menu items are present.
The text was updated successfully, but these errors were encountered: