Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript using nth-child(1) on a anchor Re: using nth-child(1) on a anchor

#72921
Jeager
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?