Hallo zusammen
Ich habe folgenden Code:
[CODE]
#navcontainer {
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
margin-left: 10px;
margin-right: 10px;
padding: 1px;
padding-left:5px;
height: 22px;
font-size: 11px;
position: relative;
border: 1px solid #999;
list-style-type: none;
background: #F2F6FA;
}
#navlist li {
float: left;
margin-right: 20px;
padding: 0;
width: auto;
display: block;
}
#navlist li a {
background: #F2F6FA;
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}
#navlist li a:hover {
border-bottom: 3px solid #82bbe8;
}
#navlist li a#current {
color: #000;
font-weight: bold;
border-bottom: 3px solid #fe8101;
}[/CODE][HTML]
Jemand ne Idee wie ich das machen könnte?
Danke und Gruss
molex