随笔分类 -  html

页面抖动
摘要:html,body{ overflow-y:scroll;}html,body{ overflow:scroll; min-height:101%;}html{ overflow:-moz-scrollbars-vertical;} 阅读全文
posted @ 2017-04-27 16:17 allen817 阅读(150) 评论(0) 推荐(0)
关于jquery中on绑定click事件在苹果手机失效的问题
摘要:因为是动态添加的内容,所以想要使用click事件,需要给他用on绑定一下: $(document).on("click",".next_button",function(){ alert(); }); 这个时候,使用苹果手机访问的时候,发现了一个坑爹的问题,如论如何点击“下一步”,都没有任何反应,可 阅读全文
posted @ 2017-04-07 15:32 allen817 阅读(1592) 评论(0) 推荐(0)
embed chrome 无法播放问题
摘要:火狐下<embed src='1.mp3' autostart='false' hidden='true' loop='false' ></embed>正常, chrome 不能播放, 网上找了很多也解决不了,就把他的其它属性去掉,发现把hidden='true'支掉就正常了 阅读全文
posted @ 2016-06-07 13:06 allen817 阅读(736) 评论(0) 推荐(0)