码迷,mamicode.com
首页 >  
搜索关键字:scroll bar    ( 8099个结果
leetcode 第41题 Trapping Rain Water
题目:Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining...
分类:移动开发   时间:2014-10-27 01:44:33    阅读次数:231
NGUI3.7.4实现循环拖动
前段时间下了NGUI新版本3.7.4,看到例子Endless Scroll Views,实现了循环拖动,可能会用到,先把实现步骤贴出来跟大家分享一下。1.首先新建一个背景。2.添加所需控件,类似滑动列表,稍微有点区别。创建一个空GameObject,命名为WrapContent,并Reset它的tr...
分类:其他好文   时间:2014-10-27 00:15:31    阅读次数:321
iOS7隐藏状态栏 status Bar
转自:http://blog.csdn.net/dqjyong/article/details/17896145IOS7中,不仅应用的风格有一定的变化,状态栏变化比较大,我们可以看到UIVIEWCONTROLLER的状态栏与导航栏基本是一体的。因此UIVIEWCONTROLLER的HIDE/SHOW...
分类:移动开发   时间:2014-10-26 22:29:29    阅读次数:155
leetcode - Trapping Rain Water
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. For example,  Given [0,1,0,2,1,0,1,3,2,1,2,1]...
分类:移动开发   时间:2014-10-26 14:26:31    阅读次数:187
让一个div始终固定在页面的某一固定位置的方法
方法一:直接用position:fixed方法二:写一个滚动条滚动事件,让这个div设置 position:absolute 该top的距离等于滚动的距离scrollTop()写法如下:$(window).scroll(function(){ var tops = $(this).scr...
分类:其他好文   时间:2014-10-25 18:37:21    阅读次数:200
[Leetcode] Trapping Rain Water
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:移动开发   时间:2014-10-25 07:04:38    阅读次数:181
CSS鼠标手势
属性名:cursor属性值(手势状态):auto: 默认值。浏览器根据当前情况自动确定鼠标光标类型。all-scroll: IE6.0 有上下左右四个箭头,中间有一个圆点的光标。用于标示页面可以向上下左右任何方向滚动。col-resize: IE6.0 有左右两个箭头,中间由竖线分隔开的光标。用于标...
分类:Web程序   时间:2014-10-24 16:18:49    阅读次数:243
jquery弹出层完美居中
showDiv($("#pop"));function showDiv(obj){ $(obj).show(); center(obj); $(window).scroll(function(){ center(obj); }); $(window).resize(function(){ cen.....
分类:Web程序   时间:2014-10-24 14:20:11    阅读次数:285
制作一个主页背景图不动,但网页可以向下滚动浏览内容
background-attachment-- 定义背景图片随滚动轴的移动方式取值: scroll | fixed | inheritscroll: 随着页面的滚动轴背景图片将移动fixed: 随着页面的滚动轴背景图片不会移动inherit: 继承引用网址:http://www.dreamdu.co...
分类:Web程序   时间:2014-10-24 10:29:51    阅读次数:192
bootstrap 第二天
1.导航元素,导航栏模拟淘宝网的导航<!DOCTYPEhtml><html><head><title>Bootstrap实例-嵌套列</title><linkhref="./bootstrap/css/bootstrap.min.css"rel="stylesheet"><scriptsrc="./scripts/jquery.min.js"></script><sc..
分类:其他好文   时间:2014-10-23 20:57:15    阅读次数:284
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!