随笔分类 -  前端

摘要:1、table兼容 问题:对table设置height值,tr未设置height,在IE中tr会自动填充table的高度 解决方法:在table标签外面用div包裹设置div的高度;或者对tr设置高度 2、li间距去除 若对li设置display:inline-block或display:inlin 阅读全文
posted @ 2017-05-04 13:43 呆萌兔兔 阅读(100) 评论(0) 推荐(0)
摘要:select兼容ie及非ie 阅读全文
posted @ 2017-05-04 11:25 呆萌兔兔 阅读(229) 评论(0) 推荐(0)
摘要:1.函数声明 function fName(arg1,arg2,....){ } 2.函数表达式 var fName=function(arg1,arg2,....){ } var fName=function func(arg1,arg2,....){ } 匿名函数的自调用: 第一种: (func 阅读全文
posted @ 2017-03-22 16:19 呆萌兔兔 阅读(119) 评论(0) 推荐(0)
摘要:摘自网页:http://www.runoob.com/bootstrap/bootstrap-navbar.html 导航栏是一个很好的功能,是 Bootstrap 网站的一个突出特点。导航栏在您的应用或网站中作为导航页头的响应式基础组件。导航栏在移动设备的视图中是折叠的,随着可用视口宽度的增加,导 阅读全文
posted @ 2017-03-16 14:50 呆萌兔兔 阅读(2623) 评论(0) 推荐(0)