码迷,mamicode.com
首页 >  
搜索关键字:height    ( 24230个结果
html+css实现图片流动
MyHtml.html --> *{margin:0px; padding:0px;} body{ background:#ffb66c;} div{width:960px ; height:270px ;border:10px solid #e93d68; margin:120px auto ; border-r...
分类:Web程序   时间:2015-02-26 10:01:19    阅读次数:390
html+css图片展示
MyHtml.html --> *{margin:0px;} #imgList{width:989px;height:370px;} #imgList .box1{width:325px;height:370; float:left;margin-right:4px;} #imgList .box1 .top{width:325px;...
分类:Web程序   时间:2015-02-26 10:01:15    阅读次数:164
html+css表白墙
Document *{margin:0px;padding:0px;} .box_mod{width:830px;margin:120px auto;position:relative;} .box_top{width:830px;height:10px;background:url("img/1.png") no-repeat;} .box_bottom{width:830...
分类:Web程序   时间:2015-02-26 10:00:54    阅读次数:1047
html实现图片遮盖
王琪加油.html --> *{margin:3px;padding:0px;} .main{width:1010px;background:#ccccff; margin:120px auto} .main .box{width:230px;height:350px;background:#FFFFFF; border-radiu...
分类:Web程序   时间:2015-02-26 10:00:19    阅读次数:187
html+css实现windows桌面
MyHtml.html *{margin:0px;padding:0px;} a{width:64px;height:64px;background:url("images/1.png"); display:block;margin:120px auto;} a:hover{background:url("images/2.pn...
分类:Windows程序   时间:2015-02-26 09:59:26    阅读次数:247
IE6 position:fixed 固定定位问题
IE6下 position:fixed失效,解决方法如下: 除了IE6的浏览器 .top {     width: 97px;     height: 278px;     background: #e0c157;     position: fixed;     z-index: 30000;     /*    控制左右位置*/     right: 50px;...
分类:其他好文   时间:2015-02-25 18:44:03    阅读次数:150
html+css实现3D旋转图片展示
MyHtml.html --> *{margin:0px ; padding:0px} body{background:url("imgs/bg.jpg")} .list{width:1200px; height:700px;background:rgba(0,0,0,0.3 ); box-shadow:0px 0px 5px #000;...
分类:Web程序   时间:2015-02-25 18:40:59    阅读次数:246
html+css实现购物显示
MyHtml.html *{margin:0px;padding:0px;} #web{ width:1020px;height:345px;border:2px solid #660066; margin:40px auto; } #web .pic{width: ;height:} #web ul li { list-st...
分类:Web程序   时间:2015-02-25 18:39:23    阅读次数:215
inline-block和text-indent在IE6,IE7下同时使用的兼容问题解决方法
在实际应用中,考虑到seo,很多button,icon都要用到inline-block和text-indent来处理,例如:Button当我们把css写成这样.btn{display:inline-block; width:100px; height:23px; text-indent:-9999p...
分类:其他好文   时间:2015-02-25 15:32:08    阅读次数:90
如何设置DIV水平、垂直居中
一、水平居中需要设置两点:1 设置DIV 的width属性即宽度。2 设置div的margin-left和margin-right属性即可代码:DIV居中二、DIV垂直居中同样的道理,需要设置两点:1 设置DIV 的height属性即宽度。2 设置div的margin-top和margin-bott...
分类:其他好文   时间:2015-02-25 01:52:58    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!