How can I create a link that doesn\'t show its information at the bottom left or right (this depends on the link\'s position) when you hovering a hyperlink? Lets say that we
The stackoverflows Anybody can ask a question-Link is not a hyperlink. Its a HTML Element (in this case a li-Element):
Anybody can ask a question
with the CSS cursor: pointer; and a click-Eventlistener.
cursor: pointer;