I am working on a menu for friends website... and am still very new to designing.
Anyhow, I figured out how to put a divider in between menu items using:
.sf-menu a {
background-image: url(images/menu_divider.jpg);
background-repeat: no-repeat;
background-position: left bottom;
etc......
But, he wants the far left divider bar to be gone. Using firebug I found the class for that menu item to be ".page-item-7 "
I then did this:
.page-item-7 a {
background-image: none;
}
I thought YAHTZEE! I got it.. till I hovered over it and saw the bar grow back.
I have tried all kinds of :hover, :focus, CSS to no avail... It's probably something simple, but after a couple hours thought I would try here. Thank you in advance if anyone can help...
The test site is here: http://www.kipp.theperimeterweb.com/wordpress/