Hallo liebe HTML.de- User.
Ich habe ein Problem in meiner Navigation.
Meine Navigation ist im Header eingebaut und
hat ein Untermenü.
Wen ich auf dieNavigation gehe um einen Untertitel
auszuweählen stört das Content und das Untermenü geht immer wieder hoch.
:-(:-(
Es währe nett wen ihr mir helfen könntet.
CSS Code:
Währe sehr net wen ihr euch Melden könntet.
MFG <Sprite>
P.S.: Meine Homepage: http://cstrikesource.com/ < Problem in Navigtion.
Ich habe ein Problem in meiner Navigation.
Meine Navigation ist im Header eingebaut und
hat ein Untermenü.
Wen ich auf dieNavigation gehe um einen Untertitel
auszuweählen stört das Content und das Untermenü geht immer wieder hoch.
:-(:-(
Es währe nett wen ihr mir helfen könntet.
CSS Code:
Code:
#menubar, #menubar ul {
padding: 0;
margin: 0;
list-style: none;
float: right;
}
#menubar a {
padding: 5px 0 1px 0;
display: block;
text-decoration: none;
font-size: 11px;
font-weight: normal;
text-align: center;
color: #656565;
}
#menubar li {
float: left;
width: 150px;
background: url(http://www.demo.doublekey.de/syn1/images/images_07.jpg) no-repeat;
}
#menubar li ul, #menubar ul li {
width: 148px;
background-image: none;
border-bottom: 1px solid #1b1b1b;
}
#menubar ul li a {
color: #656565;
border-right: 0;
padding: 5px 10px 5px 10px;
text-align: left;
width: 130px;
}
#menubar li ul {
background-image: none;
position: absolute;
display: none;
background-color: #171717;
border-right: 1px solid #202020;
border-left: 1px solid #202020;
}
#menubar li:hover a, #menubar a:focus, #menubar a:active, #menubar li.hvr a {
color: #c0c0c0;
}
#menubar li:hover ul, #menubar li.hvr ul {
display: block;
background-image: none;
}
*+html #menubar li:hover ul {
position: relative;
}
* html #menubar li:hover ul {
position: relative;
}
#menubar li:hover ul a {
color: #656565;
background-color: #171717;
background-image: none;
}
#menubar ul a:hover {
background-color: #aa4040 !important;
color: #ffffff !important;
width: 128px;
background-image: none;
}
MFG <Sprite>
P.S.: Meine Homepage: http://cstrikesource.com/ < Problem in Navigtion.