Jump to content

How to hide URL Links?


Mike088

Recommended Posts

Hey everyone,

 

I've noticed some php coded web pages in which when you hover over a link there is nothing displayed in the browsers status area along with right clicking on the link will not show a properties selection in the menu... How is this accomplished?

 

Any help would be much appreciated :)

Link to comment
https://forums.phpfreaks.com/topic/144744-how-to-hide-url-links/
Share on other sites

I suspect it's probably done with css, and the link isn't actually a link as in an 'a' tag, but a 'span' or similar element with style="cursor:pointer" attribute (or similar in a separate stylesheet) to give a 'hand' cursor when hovering over it, and an onclick event triggering some javascript so it does something when you click it. Nothing to do with php at all really I'm afraid!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.