Is there a way to utilize <a>
tags as menu items in order to display the URL link at the bottom left corner of the browser only when hovering over the menu item? (This behavior may vary across browsers, but Chrome seems to exhibit it).
It appears that once the menu is displayed, the URL link of the first menu item is already visible at the bottom left corner, even without mouse hovering.
Check out this example here
How can you prevent the URL links from being displayed unless actually hovering over the menu items?