<iframesrc="http://www.baidu.com/web/liuyan"id="ifrm"onload="loadFrame(this)"frameborder="0"scrolling="no"width="71%"height="1500"></iframe>
<scripttype="text/javascript">
functionloadFrame(obj){
$(‘html,body‘).animate({
scrollTop:$(..
分类:
Web程序 时间:
2017-06-13 14:27:27
阅读次数:
231
box-sizing盒子模型 详细参考地址https://css-tricks.com/box-sizing/ ...
分类:
其他好文 时间:
2017-06-12 15:28:17
阅读次数:
176
Ordinarily, overflow: hidden; on the body tag is sufficient to prevent scrolling a web page, if for instance you’re creating a drawer to hold content ...
分类:
移动开发 时间:
2017-06-10 16:58:22
阅读次数:
2253
-webkit-overflow-scrolling 用来控制元素在移动设备上是否使用滚动回弹效果.兼容安卓和IOS的写法如下: 取值: auto使用普通滚动, 当手指从触摸屏上移开,滚动会立即停止。touch使用具有回弹效果的滚动, 当手指从触摸屏上移开,内容会继续保持一段时间的滚动效果。继续滚动 ...
分类:
Web程序 时间:
2017-06-09 13:26:53
阅读次数:
295
这里,<iframe src="Untitled-3.html" width="0" height="0" scrolling="no" frameborder="0">,隐藏了一个网页。 ...
分类:
Web程序 时间:
2017-06-08 17:51:46
阅读次数:
159
判断RecyclerView到达底部的几种方法项目中的案例mRvChat.addOnScrollListener(new RecyclerView.OnScrollListener() { private int minLeftItemCount=10;//剩余多少条时开始加载更多 @Overrid... ...
分类:
其他好文 时间:
2017-06-07 21:02:20
阅读次数:
2329
var title = "xxxx"; var content = '<iframe scrolling="auto" frameborder="0" src="Purchase/PurchaseAdd.html" style="width:100%;height:100%;"></iframe>' ...
分类:
其他好文 时间:
2017-06-04 10:51:20
阅读次数:
169
1、overflow-x 这真的是一个大坑,一旦你在body或者html上用了这个属性,对不起,如果你的页面出现滚动条的话,那就会出现莫名其妙的bug,滑动页面的时候fix在顶部或者底部的会挡住。 解决办法:html跟body不要使用这个属性,如果不想让横向出现滚动,就用overflow:hidde ...
分类:
其他好文 时间:
2017-05-31 14:02:13
阅读次数:
175
解决ios手机页面overflow scroll滑动很卡的问题 解决ios手机页面overflow scroll滑动很卡的问题 今天在IOS系统上测试 webAPPApp的时候发现使用了position:fixed/absolute时,DIV容器里面下滑动没有像普通页面一样顺畅,手滑到哪就停到哪。感 ...
分类:
移动开发 时间:
2017-05-25 13:28:10
阅读次数:
226