#nav {
clear: both;
padding: 0; margin: 0;
width: 850px;
height: 32px;
background: #000 url(../img/nav.jpg) no-repeat;
}
#nav ul {
float: left;
list-style: none;
margin: 5px 0 0 0;
height: 27px;
padding: 0 0 0 5px;
}
#nav ul li {
float: left;
margin: 0; padding: 0 0 0 5px;
}
#nav ul li a {
float: left;
margin: 0;
padding: 0 10px 0 5px;
color: grey;
font-family: 'Courier New', Courier, monospace, serif;
font-size: 24px;
font-weight: bold;
text-decoration: none;
}
#nav ul li a:hover {
color: black;
}
#nav ul li#current a{
color: #981A1F;
}
Als xhtml/css funktioniert alles wunderbar, im website baker wird menu current nicht angezeigt.
Bitte um Hilfe.
Gruss
