Home › Forums › JavaScript › using nth-child(1) on a anchor › Re: using nth-child(1) on a anchor
June 15, 2011 at 5:19 pm
#72921
Member
Doesn’t work. Also I would need nth-child to specify each page link to change bg position, so 1-6 in the nav bar. Also tried using:
#home li#home_menu a {
background-position:bottom;
}
Which should work, but is not either. Double checked, body tag has proper id of home, and so does my li… Not sure whats wrong?