05 2017 档案

摘要:HTML5音乐播放器 Sound Information Duration: Source: Status: Loading Control Buttons Play Pause Restart Playing Information 0 阅读全文
posted @ 2017-05-22 12:13 不会写超过三篇博客 阅读(376) 评论(0) 推荐(0)
摘要:1 IE6/7/8/9/10中,如果给空a标签定义了宽度和高度且使用了display:block/inline-block,则点击无效。找到了两种解决方法(主要是针对a标签不能设置背景情况):1) 给a标签添加样式:background:url(about:blank); 经测试该方法在ie9/10 阅读全文
posted @ 2017-05-20 10:21 不会写超过三篇博客 阅读(287) 评论(0) 推荐(0)
摘要:没有微信的。github上有个不错的项目 https://github.com/overtrue/share.js 就是有点太完美了,如果需求比较简单,可以直接用上面的代码。 顺带一提,分享连接时 param[key] 最好是Unicode编码。 阅读全文
posted @ 2017-05-19 10:41 不会写超过三篇博客 阅读(400) 评论(0) 推荐(0)
摘要:var browserVersion = (function(){ var nVer = navigator.appVersion; var nAgt = navigator.userAgent; var browserName = navigator.appName; var fullVersio 阅读全文
posted @ 2017-05-19 10:28 不会写超过三篇博客 阅读(249) 评论(0) 推荐(0)
摘要:逐帧动画。又累又饿,写不下去。几个参考。 做sprite image的网址 http://spritegen.website-performance.org/ 非常非常实用。 https://idiotwu.me/css3-running-animation/ http://wiki.pinyin. 阅读全文
posted @ 2017-05-10 21:03 不会写超过三篇博客 阅读(579) 评论(0) 推荐(0)