Anbei mal das ganze Beispiel:
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<style type="text/css">
<!--
.box a {
display: block;
width: 50px;
height: 50px;
background: url(http://www.google.de/intl/de_de/images/logo.gif);
}
.box a:hover {
background: url(http://petergasser.com/uploads/pics/google-pagerank-girl.jpg);
}
.box span {
display: none;
}
-->
</style>
</head>
<body>
<div class="box">
<a href="#" class="box-a"><span>TEXT FÜR SEO</span></a>
</div>
</body>
</html>
Alles anzeigen