Hi all, I am trying to get the same tabbed effect, wordpress.com has on their horizontal menu. The codex showed me to add:
.page_item {
background-color:#FFF;
color:#000;
}
.current_page_item {
background-color:#FFF;
color:#000;
}
to the CSS, and that does add a tab. But I do not know how to edit the colors. I want the active one to differ from the rest. So: when you are on home, 'home' should be written in black, and the mouseover should also be black. The remaining menulinks should have a different color and hovercolor. Is there a way to seperate, say, the current page colors, from the colors you add through 'a' and 'a:hover'?
To sum up: how do you make your menufonts like wordpress.org? I want the current pagelink to have a different color+hovercolor than the other pagelinks.