der Befehl hover funktioniert Allgemein nicht.
Das ist allerdings erst seit dem ich den margin-top Befehl hinzu gefügt habe.
Seite
http://hurra-club.de/index.html
Der komplette CSS Code:
body {background-color: #6699CC;}
a.desing
{
margin-top:0px;
margin-left:250px;
position:absolute;
}
h4.desing
{
height:400px;
width:120px;
position:absolute;
margin-left: 0px;
z-index:1;
margin-top: 85px;
}
ul.menu
{
table-layout: auto;
margin-left: 30px;
padding-top: 100px;
padding-right: 10px;
}
li.menu
{
margin-left:5px;
margin-top:20px;
width:85px;
height:90px;
list-style-type: none;
padding-top: 30px;
padding-left:1px;
text-decoration:none;
background-image:url(../Bilder/desing/button.jpg);
background-repeat:no-repeat;
text-align:center;
word-spacing:50px;
}
li.menu:hover
{
margin-left:5px;
margin-top:20px;
width:85px;
height:90px;
list-style-type: none;
padding-top: 30px;
padding-left:1px;
text-decoration:none;
background-image:url(../Bilder/desing/button.jpg);
background-repeat:no-repeat;
text-align:center;
word-spacing:50px;
}
a.menu
{
text-decoration:none;
color: black;
}
div.inhalt
{
margin-top: 60px;
margin-left:210px;
height:520px;
width:590px;
padding-top:10px;
padding-left:14px;
padding-bottom:0px;
background-image: url(../Bilder/desing/desing.jpg);
background-attachment:scroll;
background-repeat:no-repeat;
overflow:auto;
position:absolute;
z-index:2;
}
a.inhalt
{
text-decoration:none;
font-style: normal;
}