I have a simple request: When hovering over the Toggleicon, I would like the navigation items to display. Could you please provide guidance on how to achieve this?
<header>
<navbar>
<DIV class="toggleicon">ToggleIcon</DIV>
<ul class="items" style="display:none;">
<li>ITEM1
<li>ITEM1
<li>ITEM1
</ul>
</navbar>
</header>