Wenn ich unten <a class="home" href="home.htm"></a>
einsetze, verschwinden die Buttons und sind weg.
Man mir jemand weiterhelfen ?
- Code: Alles auswählen
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
body
{
width:810px;
margin:0 auto;
background-color:#2894ff;
height:850px;
background-image:url("hintergrund.jpg");
background-repeat:no-repeat;
background-position:center 0%;
}
.home
{
margin-top: 220px;
margin-left: 50px;
width: 102px;
height: 24px;
background-image:url("buttons/home.jpg");
background-repeat:no-repeat;
}
.home:hover
{
background-image:url("buttons/home_hover.jpg");
background-repeat:no-repeat;
}
</style>
</head>
<body>
<div class="home"></div>
</body>
</html>

