会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
哈喽沃の
博客园
首页
新随笔
联系
订阅
管理
2015年4月18日
超出宽度...显示
摘要: { float:left; width:190px; padding-top: 0; white-space: nowrap; overflow: hidden; -o-t...
阅读全文
posted @ 2015-04-18 15:38 helloZou
阅读(210)
评论(0)
推荐(0)
2015年4月10日
javascript 浏览器兼容 统计输入字数
摘要: 1 var text = document.getElementById('demo'); 2 var count = document.getElementById('count'); 3 var handle = func...
阅读全文
posted @ 2015-04-10 16:31 helloZou
阅读(171)
评论(0)
推荐(0)
javascript常用工具类
摘要: 1 $util = { 2 /** 3 * 类型检测 4 */ 5 type : function(obj){ 6 var rep = /\[object\s+(\w+)\]/i; 7 var str = Object....
阅读全文
posted @ 2015-04-10 14:46 helloZou
阅读(293)
评论(0)
推荐(0)
全局inline-block
摘要: /* IE6,7不支持inline-block属性 可采用*display:inline;*zoom:1* IE6,7支持inline元素转换成inline-block,但不支持block元素转换成inline-block,* 所以非inline元素在IE6,7下要转换成inline-block,需...
阅读全文
posted @ 2015-04-10 14:38 helloZou
阅读(158)
评论(0)
推荐(0)
公告