Design comparison
Solution retrospective
Feel free to give me feedback and suggestions!
Community feedback
- @Sloth247Posted about 3 years ago
Animation looks awesome, but I cannot click the dropdown menu when it's in desktop view size. All interactive elements are focusable by keyboard but menus in nav bar cannot be selected by pressing Enter key. Github link shows error, so I cannot check your coding.
Marked as helpful0@thisisharshjainPosted about 3 years ago@Sloth247 Actually as it was mentioned to use JS only for hamburger mobile menu, So i achieved that dropdown menu effect in desktop view by display:block on hover state of parent. So as soon as we move our mouse towards menu, It isn't in hove state anymore and gets display: none again. I'm thinking of a better solution without JS. Using checkbox would be too much work so i'll pass on that 😂 Let me know if you have a better solution please. I'll fix 2nd and 3rd point asap! Thank you! 😄😇
0 - @askugiiPosted about 3 years ago
This looks awesome! Great job!
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord