10 2014 档案

摘要:$(function(){ if ((navigator.userAgent.indexOf('MSIE') >= 0)){/*判断是否是IE浏览器*/ var scroll_width = 100; $("html").on("mousewheel"... 阅读全文
posted @ 2014-10-29 09:08 woleicom 阅读(1588) 评论(0) 推荐(0)
摘要::first:选择第一个出现符合的元素:first-child:选择限制条件中的第一个元素,并且必须和冒号前面的标签一致:first-of-type:选择所有限制条件下的第一个冒号前面的标签元素,此标签可以不是第一个测试:first代码:123Hello1Hello2Hello3Hello4Hell... 阅读全文
posted @ 2014-10-21 17:31 woleicom 阅读(978) 评论(0) 推荐(0)