Forum Moderators: not2easy
<div id="menubar">
<div class="menu-top-menu-container"><ul id="menu-top-menu" class="menu"><li id="menu-item-30" class="menu-item menu-item-type-custom menu-item-home menu-item-30"><a title="Home" href="http://localhost/yeah/">Home</a></li>
<li id="menu-item-34" class="menu-item menu-item-type-post_type current-menu-item page_item page-item-31 current_page_item menu-item-34"><a title="Produk" href="http://localhost/yeah/product">Product</a></li>
</ul></div></div> #menubar{
width:544px;
height:39px;
position:absolute;
margin:82px 0 0 202px;
background:url(images/menubg.gif) no-repeat;
}
#menubar ul li {
display: block;
float: left;
font-size: 12px;
list-style: none outside none;
text-align: center;
}
#menubar ul li a {
color:#000;
font-weight:bold;
font-family:"Arial Black", Gadget, sans-serif;
}
#menubar #menu-item-30 a {
color: #008800;
font-family: "Arial Black",Gadget,sans-serif;
font-weight: bold;
height:39px;
background-image:url(images/tombol-on_01.jpg);
text-indent:-9999px;
display:block;
width:60px;
padding-right:11px;
}
#menubar #menu-item-30 a:hover {
color:#1d6fc7;
}
#menu-item-30 li {
padding-right:11px;
display:block;
}
#menubar #menu-item-34 a {
color: #008800;
font-family: "Arial Black",Gadget,sans-serif;
font-weight: bold;
height:39px;
background-image:url(images/tombol-off_02.jpg);
text-indent:-9999px;
display:block;
width:79px;
}
#menubar #menu-item-34 a:hover {
background-image:url(images/tombol-on_02.jpg);
}
#menubar #menu-item-34 .current-page-item a {
color: #008800;
font-family: "Arial Black",Gadget,sans-serif;
font-weight: bold;
height:39px;
background-image:url(images/tombol-on_02.jpg);
text-indent:-9999px;
display:block;
width:79px;
} #menubar #menu-item-34 .current-page-item a {...}
current-menu-item OR current_page_item so change to underscores or change "page" to "menu" #menubar #menu-item-34.current-menu-item a {
background: #fcf url(images/tombol-on_02.jpg);
}
#menubar .current-menu-item a {
background: #fcf url(images/tombol-on_02.jpg) !important;
}