Adding Link Separators on Secondary Menu
My site is: http://www.eggermanphotography.com/wp/
I have added link separators to the Secondary Menu. However, when a link is in the selected state, it loses the separator. I have played with the code but can't seem to get it to work. Also, I would like to lose the last child separator.
/*MENU SEPARATORS*/
#secondary-menu ul.menu li {
background: url("http://www.eggermanphotography.com/wp/wp-content/uploads/2015/02/separator2.gif") no-repeat scroll right center transparent;
}
#secondary-menu ul.menu li:current_page_item {
background: url("http://www.eggermanphotography.com/wp/wp-content/uploads/2015/02/separator2.gif") no-repeat scroll right center transparent;
}