I am looking to create a UI/UX design that includes a logo and two menus, one for language change and one for navigation.
https://i.sstatic.net/Tb6zc.png
My current approach involves two div elements:
1. The first div contains the image and language menu ul.
2. The second div contains the menu ul.
However, I am facing an issue where the image in the first div is being covered by the second div.
Could my approach be wrong?
Check out what I've implemented in HTML & CSS below:
Any help or advice on improving my approach would be greatly appreciated.