Currently, Iām struggling a bit with understanding how to accomplish this task:
The issue is that the pointer/arrow within the nav-element appears transparent and displays the content rather than its parent, which is the nav-element.
Here is my HTML code:
<nav>
...
<div id="pointer></div> <!-- this is the arrow -->
</nav>
<div id="content">...</div>
Any suggestions on how to achieve this? Hopefully, my explanation makes sense! :)