码迷,mamicode.com
首页 >  
搜索关键字:css    ( 52282个结果
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+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
纯CSS箭头
本文转载自:http://www.jb51.net/css/97112.html CSS 箭头Demo CSS 箭头Demo 以下代码.是极好的纯 CSS 箭头样式,不使用背景图! 向上的箭头 向下的箭头 ...
分类:Web程序   时间:2015-02-25 23:41:02    阅读次数:262
【JQuery】——横向纵向下拉菜单
在学习jQuery的过程中,遇到项目中最常用到的下拉菜单,本着高效的原则,在此总结一下横向和纵向下拉菜单的实现效果,形成自己的小类库,以便自己在项目过程中能够方便的调用。       HTML部分:       引用menu.css、jquery.js(已经封装好的)和menu.js文件 JQuery实战-菜单效果 ...
分类:Web程序   时间:2015-02-25 21:11:05    阅读次数:160
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
html+css实现手机缩放,频幕转换
MyHtml.html --> *{margin:0px;padding:0px;} body{background:url("imgs/img/bj.jpg")no-repeat fixed; background-size:cover;} #nav #logo{ background:rgba(255,255,255,0....
分类:移动开发   时间:2015-02-25 18:39:06    阅读次数:328
Mozilla的CSS编写风格
/* mozilla.org Base Styles * maintained by fantasai * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup ) *//* Sugge...
分类:Web程序   时间:2015-02-25 18:32:29    阅读次数:226
Chrome浏览器调试功能介绍
(1)打开: 右击选审查元素 或者Ctrl+Shift+I 或者直接按F12(2)介绍:Elements(元素) 查看、编辑页面上的元素,包括HTML和CSSResource(资源) 查看到请求的资源情况,包括CSS、JS、图片、Cookies、HTML5的Database和Lo...
分类:其他好文   时间:2015-02-25 18:24:35    阅读次数:118
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!