Shichi Fukujin v.1.0
Ich weiss einfach nicht weiter. es wird mal wieder Alles in allen Browsern richtig angezeigt ausser im Internet Explorer und das folglich ohne sinn..
hier das problem :
hier der Code :
Ich hoffe ihr könnt mir helfen, ich weiss einfach nicht mehr weiter..
hier das problem :
hier der Code :
HTML:
navi a:link, #navi a:visited {
display: block;
float: left;
background-image: url(images/link.gif);
width: 100px;
height: 30px;
color: #141414;
text-decoration: none;
line-height: 30px;
}
#navi a:hover, #navi a:focus, #navi a:active {
display: block;
float: left;
background-image: url(images/linkhover.gif);
width: 100px;
height: 30px;
color: #f5f5dc;
text-decoration: none;
}