darknet
Mitglied
ich hab mir die sache nochmal angesehen.
was du brauchst sieht etwa so aus.
was du brauchst sieht etwa so aus.
Code:
<html>
<head>
<style>
#nav1 a {
position: absolute;
top: 50px;
left: 15px;
display: block;
background: url(http://www.darknet-wd.de/bilder/darkwebdesign_logo.jpg);
}
#nav1 a:hover {
position: absolute;
top: 50px;
left: 15px;
display: block;
background: url(http://www.darknet-wd.de/bilder/home.gif);
}
#nav1 a:active {
position: absolute;
top: 50px;
left: 15px;
display: block;
background: url(http://www.darknet-wd.de/bilder/kontakt.gif);
}
</style>
</head>
<body>
<div id="nav1">
<a href="#">Link 1</a>
</div>
</body>
</html>