摘要: 网页制作Webjx文章简介::nth-child 和 :nth-type-of 的区别.原文:The Difference Between :nth-child and :nth-of-type译文::nth-child 和 :nth-type-of 的区别假设有以下 HTML 代码:<section> <p>Little</p> <p>Piggy</p> <!--目标元素--></section>以下代码得到的效果一样:p:nth-child(2){color:red;} p:nth-of-type(2){c 阅读全文
posted @ 2011-09-25 12:46 潇墓 阅读(186) 评论(0) 推荐(0)