
css学习
文章平均质量分 81
lzyfn
这个作者很懒,什么都没留下…
展开
-
css 浏览器兼容问题
关键字的支持,可进行浏览器兼容性重复定义!important 可被FireFox和IE7识别* 可被IE6、IE7识别_ 可被IE6识别*+ 可被IE7识别事例:height: 100px; IE6 专用_height: 100px; IE6 专用*height: 100px; IE7 专用*+height: 100px; IE7、FF 共用...原创 2013-05-14 15:31:55 · 176 阅读 · 0 评论 -
css学习笔记
内容居中一、CSS 居中 — 水平居中body{ text-align:center; display: inline-block;} # 内部居中 body{margin:0 auto;} #外部居中center { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; }二. CSS居中 — 垂直居中 1、单行内容的居中只考虑单行...原创 2013-01-11 11:20:33 · 97 阅读 · 0 评论 -
css 背景渐变
一、此CSS滤镜用法详解FILTER:progid:DXImageTransform.Microsoft.Gradient使用语法:filter:progid:DXImageTransform.Microsoft.Gradient(enabled=bEnabled,startColorStr=iWidth,endColorStr=iWidth)属性:enabled:...原创 2013-07-11 11:00:26 · 191 阅读 · 0 评论 -
css 命名规则
【大门徒】 css 命名规范0.1 注释的写法 /* Footer */ 内容区 /* End Footer */ 项目文件结构 插件样式文件夹 plugins容器样式文件夹 core组件样式文件夹 components页面样式文件夹 page可共用的加_,例如:_post_list.css单页面的直接用页面含义命名 post_sh...原创 2014-11-27 20:47:10 · 112 阅读 · 0 评论 -
jQuery 星级插件
CSS: .rating_ui { position: relative; display: inline-block; overflow: hidden; width: 100%; height: 12px; margin-bottom: 10px; background-color: whitesmoke; // border-rad...原创 2014-12-05 19:07:25 · 138 阅读 · 0 评论