Hi ...
So, schaue mal ob es das ist was Du möchtest....
Ich würde die Schrift aber nicht als Button ausgeben. Lieber als echter Link. Und nur den Pfeil als Bild nehmen. Da bist Du flexibler....
probiere das einmal...
HTML
<html>
<head>
<title>Unbenannt</title>
</head>
<style>
A {
background-image: url(home.gif);
background-position : center;
height : 25px;
width : 130px;
}
A:ACTIVE {
background-image : url(homeactivated.gif);
background-position : center;
height : 25px;
width : 130px;
}
</style>
<body>
<a href="#"></a><br>
<a href="#"></a><br>
<a href="#"></a><br>
<a href="#"></a><br>
</body>
</html>
Alles anzeigen