Danke für die Antworten.
Ich habe es jetzt so gemacht:
HTML
<head>
<style type="text/css">
a.link {
display:block;
width:264px;
height:64px;
border:1px solid #000000;
background-image:url(../button1.png);
}
a.link:hover {
background-image:url(../button2.png);
}
</style>
</head>
<body>
<a class="link" href="http://beispiel.de"> </a>
</body
Alles anzeigen