unsichtbarer Text - gesehen nach MouseHover
Fügen den Code unterhalb eines Textes hinzu, der unsichtbar ist, bis einer Maus rüber es verschoben ist:
<style>a span{display:none;}
a:hover span {display: block;
position:absolute;
top:350px;
left: 350px;
width: 300px;
height: 300px;
padding: 0px;
margin: 10px;
z-index:6;
color:TEXT-FARBE HIER;
background-color:transparent;
font-size:50px;
font-family:Arial, text-align:center;}
</style>
<a href="http://URL_OF_SITE_HERE">ANGEZEIGTER VERBINDUNG TEXT HIER <span>ANGEZEIGTER VERBINDUNG TEXT HIER</span></a>