I want to select only the very first links from "dropdown menu" (the ones with "ONE" text), but `:first-child` selects them all.
Link:
http://jsfiddle.net/773Xd/1/
Sorry for the mess in the HTML part, but I'm customizing Wordpress theme and it produces so many classes and ids.
The most important thing is at the end of CSS file.
以上就是Why :first-child select all children?的详细内容,更多请关注web前端其它相关文章!