Wordpress Drop-Down Menü eimfuegen
Hallo,
kann mir wer sagen wie ich bei Wordpress aus einem normalen Menü ein Drop Down Menü mache? Die Links sollten dan nach Außen und dan nach unten gehen.
Der CSS-Code falls ihr ihn benötigt:
Zitat:
body {background: #5b0a13;}
#navi {width:175px; height:200px; padding:10px; margin-top:5px; }
ul {padding-left:30px; margin-top:8px; list-style-position:outside; list-style-image:url(images/list.png); font-weight:lighter;}
#navibox {width:175px; height:860px; background: #5b0a13; margin-left:120px; z-index:4; position:absolute; margin-top:-20px; float:left;}
#picnavi {width:175px; height:402px; background-image:url(images/bildnavi.png);}
#navishadow {width:220px; height:840px; background-image:url(images/schatten.png); background-repeat:repeat-y; margin-left:98px; z-index:1; position:absolute; margin-top:-20px; float:left;}
#navishadowbot {width:220px; height:43px; margin-top:840px; background-image:url(images/shadowbot.png);}
#logo {width:175px; height:167px; background-image:url(images/logo.gif); margin-top:65px;}
#wrapper {width:1200px; height:870px; margin:auto; margin-top:-10px;}
#wrappertop {width:1200px; height:50px;}
#header {width:1200px; height:160px; background: #d1b7a8; z-index:3;}
#slideshow {width:804px; height:160px; float:right; margin-right:130px; }
#content {width:1000px; height:470px; background: #d1b7a8; margin:auto; margin-top:4px; z-index:1; box-shadow: 4px 5px 15px #000; filter: progid:DXImageTransform.Microsoft.Shadow(color='#0 00000', Direction=135, Strength=5); }
#loop {width:568px; height:420px; margin-left:220px; margin-top:30px; float:left; overflow:auto; }
#boxright {width:200px; height:470px; float:right; }
#facebook {width:120px; height:42px; text-decoration:none; margin:auto; margin-top:5px;}
#picright {width:198px; height:424px; background-image:url(images/picrightbox.png);}
#footer {width:660px; height:123px; margin-left:350px; margin-top:20px; text-decoration:none; border:none;}
a:link {color:rgb(209,183,168); text-decoration:none; }
a:visited {color:rgb(209,183,168); text-decoration:none; }
a:hover {color:rgb(255,223,204); text-decoration:underline; }
a:active {font-weight:bold; color:rgb(209,183,168) text-decoration:none; }
a img {border: 0px;}
|
Braucht ihr sonst noch Infos?
Welche Code muss ich verändern?
Danke im Voraus,
Homepage
|