Habe ich gemacht, jetzt ist es aber nur noch ein schwarzer Kasten.
Hab wohl was falsch gemacht?
Ich befürchte das bekomme ich net gebacken, hab keinen Peil von css ect. *schäm*
<html>
<head>
<style>body
{
0px;
}
div.variant1, div.variant2, div.variant3
{
width:248px;
margin:20px auto;
}
div.variant1
{
border-top:2px solid rgb(0,0,0);
border-bottom:2px solid rgb(0,0,0);
}
div.variant2
{
background-color:rgb(0,0,0);
}
a.variant1, a.variant2, a.variant3
{
font-family:'Trebuchet MS';
font-size:12px;
font-weight:normal;
text-decoration:none;
display:inline;
display:block;
line-height:20px;
padding-left:12px;
padding-right:12px;
}
a.variant1
{
color:rgb(0,0,0);
}
a.variant2
{
color:rgb(255,255,255);
}
a.variant3
{
color:rgb(0,0,0);
}
a.variant1:hover
{
color:rgb(0,0,0);
background-color:rgb(203,230,230);
}
a.variant2:hover
{
color:rgb(255,128,0);
}
a.variant3:hover
{
background-color:rgb(490,191,191);
} </style>
</head>
<body>
<div class="variant2">[url='']Startseite[/url][url='']Neuigkeiten[/url]
[url='']Kontakt[/url]
</div>
</body>
</html>