Hallo, habe mal wieder ne kleine Frage,
und zwar habe ich mit hilfe dieser Codes die ich hier im Forum gefunden habe ein Menu in den Header gelegt, was soweit auch prima funktioniert hat.
ZitatAlles anzeigen
in der Header.php
Code:
<div>
<ul id="supernav">
<li class="page_item"><a href="" title="Home">Home</a></li>
<li class="page_item"><a href="" title="Ueber den Blog">Ueber den Blog</a></li>
<li class="page_item"><a href="" title="Ueber mich">Ueber mich</a></li>
<li class="page_item"><a href="" title="FB4 FH" target="_blank">FB4 FB</a></li></ul>
</div>
in der Style.css
Code:
#supernav {
font : bold 10px/10px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
font-weight : bold;
top : 181px;
left : 50%;
width : 920px;
margin : 0 0 0 -360px;
padding : 5px 9px;
text-align : left;
display : block;
z-index : 99;
}
#supernav li {
margin : 0;
padding : 0;
display : inline;
}
#supernav a {
color: #ffffff;
font-weight: bold;
height: 19px;
padding: 5px 16px;
}#supernav a:hover {
color: #ffa500;
text-decoration: none;
font-weight: bold;
}#supernav a:active {
color: #ffa500;
text-decoration: none;
font-weight: bold;
}#supernav .current_page_item a {
color: #ffa500;
text-decoration: none;
font-weight: bold;
}
Meine Frage nun, wie kann ich daraus ein drop down menü machen?
Habe zu diesem Thema jetzt Einige Tage hier gesucht und einiges ausprobiert, aber nichts hat funktioniert.
Wäre für Hilfe dankbar.
Gruß
Blackbird