Home › Forums › JavaScript › help with first, last-child › Re: help with first, last-child
September 3, 2011 at 10:12 pm
#86302
Member
that’s probably because the anchor tag is the one and only child of each li tag it is embedded in? how about
#access .menu-header ul li:last-child a {
border-right: none;
}
?