html kod bu
Ben böyle ekliyorum fakat örnekte ki gibi bozuk çıkıyor nasıl eklemem gerekiyor?
http://aksiadam.net/deneme/tasarim1/
#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;
'theme_location' => '',
'menu' => '',
'container' => 'div',
'container_class' => '',
'container_id' => '',
'menu_class' => 'menu',
'menu_id' => '',
'echo' => true,
'fallback_cb' => 'wp_page_menu',
'before' => '',
'after' => '',
'link_before' => '', //Linkten önce gelecek kodları yazın
'link_after' => '', //Linkten sonra gelecek kodları yazın
'items_wrap' => '%3$s
',
'depth' => 0,
'walker' => ''
);
wp_nav_menu( $defaults ); ?>
İsmailBayram adlı üyeden alıntı
'theme_location' => '',
'menu' => '',
'container' => 'div',
'container_class' => '',
'container_id' => '',
'menu_class' => 'menu',
'menu_id' => '',
'echo' => true,
'fallback_cb' => 'wp_page_menu',
'before' => '',
'after' => '',
'link_before' => '', //Linkten önce gelecek kodları yazın
'link_after' => '', //Linkten sonra gelecek kodları yazın
'items_wrap' => '%3$s
',
'depth' => 0,
'walker' => ''
);
wp_nav_menu( $defaults ); ?>
'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' => '', //Linkten önce gelecek kodları yazın
'link_after' => '
', //Linkten sonra gelecek kodları yazın
'items_wrap' => '%3$s
',
'depth' => 0,
'walker' => ''
);
wp_nav_menu( $defaults ); ?>
İsmailBayram adlı üyeden alıntı
Benim size verdiğimde gerekli yerleri doldurmanız gerekiyordu fakat doldurmamışsınız neyse ben doldurayım; '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' => '', //Linkten önce gelecek kodları yazın
'link_after' => '
', //Linkten sonra gelecek kodları yazın
'items_wrap' => '%3$s
',
'depth' => 0,
'walker' => ''
);
wp_nav_menu( $defaults ); ?>
[CODE]#navigation ul p {
list-style: none;
margin: 0;
padding: 0;
}
#navigation ul p {
display: inline;
margin: 0;
}
#navigation ul p 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 p a:hover {
color:#FFF;
background: url(images/navigation-hover.png) repeat-x left top;
}
#navigation ul p#active a {
color:#FFF;
background: url(images/navigation-hover.png) repeat-x left top;
}
[/CODE] #navigation ul p {
display: inline;
margin: 0;
}
float:left;
#navigation ul p {
display: inline;
margin: 0;
float:left;
}
İsmailBayram adlı üyeden alıntı
#navigation ul p {
display: inline;
margin: 0;
}
float:left;
#navigation ul p {
display: inline;
margin: 0;
float:left;
}