## overflow- hidden:超出内容隐藏。- auto:当有超出内容是出现滑动栏- scroll:出现滑动栏- visible:默认属性值,不隐藏超出内容。- inherit:继承父亲属性。## display- none:删除,消失,失去占据位置。- block:块级元素。- inli ...
分类:
编程语言 时间:
2017-06-29 22:07:15
阅读次数:
195
html结构: <div class="banna"> <ul class="img"> <li><a href=""><img src="../images/pic1.jpg" alt=""></a></li> <li><a href=""><img src="../images/pic2.jpg ...
分类:
Web程序 时间:
2017-06-29 15:21:05
阅读次数:
232
页头文件路径:template/default/common/header.htmheader.htm文件二次加载的文件有:template/default/common/header_common.htm 全局公共文件 |--该文件中包含了页面TITLE,对浏览器的申明,以及全局必须存在的基本代码 ...
分类:
Web程序 时间:
2017-06-29 01:00:28
阅读次数:
319
楼层:①页面滑动到哪块儿“楼层”就显示到哪个;②点击某“楼层”页面滚动到对应的位置;③点击“返回”回到页面顶部 实现:①使用$(window).scroll(function(){ }); //监视页面滚动的高度,使用$(document).scrollTop();获取;②滚到对应的位置:$("ht ...
分类:
Web程序 时间:
2017-06-28 20:18:48
阅读次数:
180
https://segmentfault.com/q/1010000008489619 iscroll 在安卓app嵌套html页面时,导致列表页滑动不起来,并且在chorme浏览器中使用手机模式,也滑动不起来, 在scroll插件的IScroll函数最后增加 document.addEventLi ...
分类:
其他好文 时间:
2017-06-27 18:41:29
阅读次数:
163
格式: CoordinatorLayout -Material Design <CoordinatorLayout <AppBarLayout <Toolbar <TabLayout 设置布局方法有:-layout_scrollFlags-app:layout_collapseMode ...
分类:
其他好文 时间:
2017-06-27 10:01:13
阅读次数:
205
虽然网络上已经有非常多关于这个话题的优秀文章了,但还是写了这篇文章,主要还是为了加强自己的记忆吧,自己过一遍总比看别人的分析要深刻得多。那就走起吧。简单演示样例 先看一个演示样例 :布局文件 :<FrameLayout xmlns:android="http://schemas.android.co ...
分类:
移动开发 时间:
2017-06-27 09:54:22
阅读次数:
254
In this lesson we'll use CellMeasurer and CellMeasurerCache to automatically calculate and cache the height of a row. This will allow us to remove the ...
分类:
其他好文 时间:
2017-06-27 08:12:07
阅读次数:
152
作用:向左滚动的轮播图 参数:主容器的id 调用方式:直接拷贝调用方法 function autoPlay(id){ var scroll=document.getElementById(id); var ul=scroll.children[0] var num=0 var timer=null; ...
分类:
Web程序 时间:
2017-06-26 20:09:42
阅读次数:
214
document.write("屏幕分辨率为:"+screen.width+"*"+screen.height+"<br />"+"屏幕可用大小:"+screen.availWidth+"*"+screen.availHeight+"<br />"+"网页可见区域宽:"+document.body. ...
分类:
Web程序 时间:
2017-06-26 17:16:44
阅读次数:
299