Monday, December 12, 2011

:nth-child(n):hover in menu lists combination tip

instead of doing this:

nav ul li a:nth-child(n):hover

you can also do this:

nav ul li:nth-child(n) a:hover


lol?

No comments:

Post a Comment