码迷,mamicode.com
首页 >  
搜索关键字:relative    ( 3126个结果
css3加载中
.loader { margin: 6em auto; font-size: 10px; position: relative; text-indent: -9999em; border-top: 1.1em solid rgba(255, 255, 255, 0.2); border-...
分类:Web程序   时间:2014-08-20 11:58:02    阅读次数:271
轮播图
html: css:.posterTvGrid{position:relative;height:280px;}.posterTvGrid img{max-width:none;max-height:none;border:0 none;background:#888;}.posterTvGrid....
分类:其他好文   时间:2014-08-19 18:37:15    阅读次数:270
jquery-图片轮播(新手请大神指教一下)
这是我刚学jquery写的,感觉效果不是很好。#scrollPics{ height: 330px; width: 980px; margin-bottom: 10px; overflow: hidden; position:relative;}.slider ul{ ...
分类:Web程序   时间:2014-08-17 22:45:53    阅读次数:202
OpenGL位图函数
【OpenGL位图函数】1、OpenGL中glBitmap用于绘制一个二值阵列。 When drawn, the bitmap is positioned relative to the current raster position, and framebuffer pixels corre...
分类:其他好文   时间:2014-08-17 21:11:32    阅读次数:368
被遮挡的绝对定位 z-index
A (relative)B (relative)最近做minisite项目时,碰到了个奇怪的定位问题: 以上的A,B两个盒子是相对定位,标牌logo是A的子级,基于A做绝对定位问题描述:我们希望标牌logo显示在最上面,但在IE下logo标牌部分被B区域遮住,B在最上层显示,调整logo的z-ind...
分类:其他好文   时间:2014-08-13 18:38:17    阅读次数:369
如何解决CSS3使用:after和:before阴影,由z-index引起的问题
问题的答案非常简单:#parent { position: relative; z-index: 1; }#pseudo-parent { position: absolute; } /* no z-index allowed */#pseudo-parent:after { position: a...
分类:Web程序   时间:2014-08-13 18:33:16    阅读次数:269
leetcode 刷题之路 82 Partition List
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve the original relative order of the nodes in each of...
分类:其他好文   时间:2014-08-13 15:02:26    阅读次数:208
CSS 给文字加阴影
<html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><title>阴影文字</title></head><body><divstyle="font-size:36pt;font-family:Arial;color:red;position:relative;filter:blur(add=1,direction..
分类:Web程序   时间:2014-08-11 15:24:33    阅读次数:187
关于div布局的一点心得
如果是嵌套的div布局,外面的div比如是<divclass="container"></div>这时候设置的是一个大的外框架,居中显示。我们要在里面嵌套div来显示内容,这时候就通过<divstyle="display:block;position:relative"></div>来使得div标签的位置是相对于外面最靠..
分类:其他好文   时间:2014-08-09 02:47:57    阅读次数:378
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!