How to incorporate links inside a hamburger menu?

后端 未结 2 552
挽巷
挽巷 2021-01-28 10:49

I am having a hard time on how to re-arrange my HTML/CSS code in order to move a few links inside of a hamburger nav menu.

I would like to have \'home\' always visible

2条回答
  •  一生所求
    2021-01-28 11:45

    Don't think you could achieve what you want only using CSS, maybe with a lot of CSS "hacks". I'd suggest adding some javascript to show on click.

    I'd recommend checking this page https://www.w3schools.com/howto/howto_js_mobile_navbar.asp since they have an example just like the one you trying to achieve.

提交回复
热议问题