码迷,mamicode.com
首页 >  
搜索关键字:position    ( 9475个结果
关于div布局的一点心得
如果是嵌套的div布局,外面的div比如是<divclass="container"></div>这时候设置的是一个大的外框架,居中显示。我们要在里面嵌套div来显示内容,这时候就通过<divstyle="display:block;position:relative"></div>来使得div标签的位置是相对于外面最靠..
分类:其他好文   时间:2014-08-09 02:47:57    阅读次数:378
easyui dialog 扩展load
1$.extend($.fn.panel.methods,{2showMask:function(jq,msg){3returnjq.each(function(){4varpal=$(this).panel('panel');5if(pal.css('position').toLowerCase(...
分类:其他好文   时间:2014-08-08 23:46:16    阅读次数:429
【原创】实用API拾遗_持续更新
1.int android.widget.AbsListView.pointToPosition(int x, int y):将坐标映射成list位置序号!! 2014.08.08Maps a point to a position in the list.Parameters:x X in loc...
分类:Windows程序   时间:2014-08-08 17:28:56    阅读次数:244
absolute到底相对哪里进行定位的
图片宽高100%不出现纵向滚动条 这种情况下图片超出了body的高度,出现了纵向滚动条,而且样式名为bottom的div只是定位在第一屏的最下面,而不是定位在图片的最下面,拉动滚动条就是这样的效果? 如果想让图片100%占满一屏(你不能让下面那棵树消失哦)不出现滚动条你可能会有很多方法,我这里是这样做的 img{ position:absolute...
分类:其他好文   时间:2014-08-08 12:54:18    阅读次数:238
AdapterView<?> arg0, View arg1, int arg2, long arg3参数含义
arg0:是指父Vjew arg1就是你点击的那个Item的Viewarg2是position,position是你适配器里面的position arg3是id,一般是第几个项,id是哪个项View的id。...
分类:其他好文   时间:2014-08-08 12:52:55    阅读次数:176
IE6浏览器不支持固定定位(position:fixed)解决方案
代码如下: New Document 正常普通流元素 position:fixed元素 上面的代码在IE6中打开,效果如下: 而在其他浏览器(IE7+、firefox、opera、safari、chrome)下则正常显示:经过多次测试,原来不只在IE6下,在IE7、IE8浏览器下,若...
分类:其他好文   时间:2014-08-08 12:31:15    阅读次数:197
Tomcat Reading Notes
HTTP the client who initiates a transcation by establishing a connection and seding an HTTP request. ? the web server is in no position to contact a clinet or make a callback connection to the cl...
分类:其他好文   时间:2014-08-08 06:24:25    阅读次数:262
Bootstrap 3.2.0 源码试读 2014/08/07
第一部分 normalize.css 70至72行 small?{ ??font-size:?80%; } 设置small标签的字体大小为父容器字体的80%。 73至79行 sub, sup?{ ??position:?relative; ??font-size:?75%; ??line-height:?0; ?...
分类:其他好文   时间:2014-08-07 19:25:40    阅读次数:238
【LeetCode】Reverse Linked List II
Reverse a linked list from position m to n. Do it in-place and in one-pass. For example: Given 1->2->3->4->5->NULL, m = 2 and n = 4, return 1->4->3->2->5->NULL. Note: Given m, n satisfy t...
分类:其他好文   时间:2014-08-07 19:02:50    阅读次数:251
【css】ie6下使用css sprit 滤镜做透明图片
.service{ /*position:relative;*/ height:96% !important;overflow: hidden;}.pright{ height:40px; text-align:right; margin-top:30px; padding-right:50px; ...
分类:Web程序   时间:2014-08-07 18:44:31    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!