/* --------------------Menu style #1-------------------- */
#navigation {
width: 950px;
height: 50px;
margin: auto;
padding: 0;
background: url(images/navigation-bg.jpg) no-repeat left top;
}
#navigation ul li {
list-style: none;
margin: 0;
padding: 0;
}
#navigation ul li {
display: inline;
margin: 0px;
}
#navigation ul li a {
height:33px;
display: block;
float: left;
padding: 17px 15px 0 15px;
font: bold 12px Arial;
color: #3B3B3B;
text-decoration: none;
background: url(images/navigation-separator.png) no-repeat right center;
}
#navigation ul li a:hover {
color:#FFF;
background: url(images/navigation-hover.png) repeat-x left top;
}
#navigation ul li#active a {
color:#FFF;
background: url(images/navigation-hover.png) repeat-x left top;
}bunlar css kodları buda wp için:<div id="navigation">
<?php $defaults = array(
'theme_location' => '',
'menu' => '',
'container' => 'div',
'container_class' => '',
'container_id' => 'navigation',
'menu_class' => 'menu',
'menu_id' => '',
'echo' => true,
'fallback_cb' => 'wp_page_menu',
'before' => '',
'after' => '',
'link_before' => '<p>', //Linkten önce gelecek kodları yazın
'link_after' => '</p>', //Linkten sonra gelecek kodları yazın
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
'depth' => 0,
'walker' => ''
);
wp_nav_menu( $defaults ); ?>
</div>nasıl düzeltirim arkadaşlar?http://aksiadam.net/deneme/tasarim1/