码迷,mamicode.com
首页 >  
搜索关键字:ie6 css z-index    ( 54335个结果
css引入外部样式
@import url("global.css");
分类:Web程序   时间:2014-05-27 01:55:06    阅读次数:216
css支掉空格
white-space:nowrap;
分类:Web程序   时间:2014-05-27 01:54:51    阅读次数:231
css翻页样式
/*=======================翻页样式===========================*/.pages { width: 660px; text-align: center; font-size: 14px; float: left; margin-left: 340px;...
分类:Web程序   时间:2014-05-27 01:54:01    阅读次数:491
css圆角矩形属性
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
分类:Web程序   时间:2014-05-27 01:52:43    阅读次数:184
css透明度
filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5;
分类:Web程序   时间:2014-05-27 01:50:04    阅读次数:183
css限制图片大小,避免页面撑爆
/*==========限制图片大小======避免页面撑暴========*/img { max-width:100%;width:expression(width>669?"100%":width+"px");}--说明 .content img { max-width:100%;width:e...
分类:Web程序   时间:2014-05-27 01:38:06    阅读次数:292
CSS命名规范
CSS命名规范CSS样式命名整理页面结构容器: container/wrap 整体宽度:wrapper 页头:header 内容:content 页面主体:main 页尾:footer 导航:nav 侧栏:sidebar 栏目:column 中间内容:center导航导航:nav 导航:mainba...
分类:Web程序   时间:2014-05-27 01:32:59    阅读次数:374
css边框阴影
for ie:direction 阴影角度 0°为从下往上 顺时针方向strength 阴影段长度-moz-box-shadow: 2px 2px 10px #909090;-webkit-box-shadow: 2px 2px 10px #909090;box-shadow:2px 2px 10p...
分类:Web程序   时间:2014-05-27 01:32:35    阅读次数:387
css动画之波纹
样式定义:#ContactAbout { height: auto; position: relative; overflow: hidden; }#sectioncontact { display: block; width: 100%; position: relative; height: 7...
分类:Web程序   时间:2014-05-27 01:32:15    阅读次数:415
css的img移上去边框效果
.v_comment img{ height:36px; height:36px; float:left; padding:1px; margin:2px; border: 1px solid #ddd; }.v_comment img:hover{border: 1px solid #ccc; -...
分类:Web程序   时间:2014-05-27 01:31:52    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!