会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nc_blog
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
8
下一页
2015年3月31日
css之斜线
摘要: http://www.cnblogs.com/newsea/p/3781110.html.x { border: solid 1px red; width: 100px; height: 100px; posit...
阅读全文
posted @ 2015-03-31 16:56 nc_blog
阅读(302)
评论(0)
推荐(0)
2015年3月17日
各种动画效果
摘要: http://www.gbtags.com/gb/share/4133.htmhttp://www.techbrood.com/
阅读全文
posted @ 2015-03-17 10:35 nc_blog
阅读(114)
评论(0)
推荐(0)
2015年3月10日
原生JS定义自己的Jsvascript
摘要:
阅读全文
posted @ 2015-03-10 18:02 nc_blog
阅读(139)
评论(0)
推荐(0)
cookie组件
摘要:
阅读全文
posted @ 2015-03-10 16:12 nc_blog
阅读(157)
评论(0)
推荐(0)
2015年2月28日
bootstrap
摘要:
阅读全文
posted @ 2015-02-28 11:20 nc_blog
阅读(112)
评论(0)
推荐(0)
2015年2月26日
css3实战 心得
摘要: Webkit类型浏览器(safari、chrom3)私有属性-webkit-;Gecko类型浏览器(firefox)私有属性—moz-;konqueror类型浏览器私有属性-khtml-;opera浏览器的私有属性-o-;ie的私有属性-ms-(目前只有ie8支持)。1、新增选择器^,$,*新增的属...
阅读全文
posted @ 2015-02-26 17:15 nc_blog
阅读(269)
评论(0)
推荐(0)
2015年1月26日
sfdagh
摘要: $(window).resize(Nchwid); function Nchwid(){ var wid=document.documentElement.clientWidth; if(wid<1360) ...
阅读全文
posted @ 2015-01-26 15:47 nc_blog
阅读(121)
评论(0)
推荐(0)
IE6的min-width 兼容
摘要: _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<900?"900px":"");_width: expression(((document.compatMode && docume...
阅读全文
posted @ 2015-01-26 13:59 nc_blog
阅读(125)
评论(0)
推荐(0)
时刻获取浏览器宽度
摘要: $(function(){ $(window).resize(Nchwid); function Nchwid() { var wid=document.documentElement.clientWidth; console.log(wid); ...
阅读全文
posted @ 2015-01-26 13:50 nc_blog
阅读(151)
评论(0)
推荐(0)
2015年1月21日
判断浏览器类型
摘要: functionappInfo(){varbrowser={msie:false,firefox:false,opera:false,safari:false,chrome:false,netscape:false,appname:'unknown',version:0},userAgent=win...
阅读全文
posted @ 2015-01-21 17:22 nc_blog
阅读(194)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告