你的位置:学习网 - 视频教程 >> 电脑 >> 网页编程 >> html/CSS/div >> 详细内容

《CSS终极参考手册》电子书[PDF]




收藏本资料

本资料所属分类:

电脑 网页编程 html/CSS/div

更新时间:2017年4月10日

如不能下载,请查看怎样下载


[CSS终极参考手册].(美)奥尔森.(美)布赖恩.扫描版.pdf 106.5MB
106.5MB
电子书http://www.minxue.net: CSS终极参考手册
原名: The Ultimate CSS Reference
作者:  (美)奥尔森
(美)布赖恩
译者:  高伟
图书分类: 网络
资源格式: PDF
版本: 扫描版
出版社: 中国水利水电出版社
书号: 9787508465739
发行时间: 2009年06月01日
地区:  大陆
语言:  简体中文
简介
IPB Image


目录

第1章 css是什么
1.1 css版本
1.2 将css链接到网页文档
1.3 标准模式、怪异模式和doctype侦测(sniffing)
1.4 小结
第2章 一般语法和术语
2.1 语句
2.2 @规则
2.3 规则集
2.4 选择符
2.5 声明块
2.6 声明、属性和值
2.6.1 关键字
2.6.2 长度和单位
2.6.3 百分比
2.6.4 颜色
2.6.5 数字
2.6.6 字符串
.2.6.7 uri
2.6.8 初始值
2.6.9 简写(shorthand)属性
2.7 css注释
2.8 css标识符
2.9 css转义符
2.10 css语法错误
2.11 小结
第3章 @规则
3.1 @charset
3.2 @import
3.3 @media
3.4 @page
3.5 @font-face
3.6 @namespace
第4章 选择符参考
4.1 通用选择符
4.2 元素类型选择符
4.3 类选择符
4.4 id选择符
4.5 属性选择符
4.6 选择符分组
4.7 组合符
4.7.1 后代选择符
4.7.2 子选择符
4.7.3 相邻同类选择符
4.7.4 般同类选择符
4.8 伪类
4.8.1 :link
4.8.2 :visited
4.8.3 :active
4.8.4 :hover
4.8.5 :focus
4.8.6 :first-child
4.8.7 :lang©
4.9 css3伪类
4.9.1 :nth-child(n)
4.9.2 :nth-last-child(n)
4.9.3 :nth-of-type(n)
4.9.4 :nth-last-of-type(n)
4.9.5 :last-child
4.9.6 :first-of-type
4.9.7 :last-of-type
4.9.8 :only-child
4.9.9 :only-of-type
4.9.10 :root
4.9.11 :empty
4.9.12 :target
4.9.13 :enabled
4.9.14 :disabled
4.9.15 :checked伪类
4.9.16 :not(s)
4.10 伪元素
4.10.1 :first-letter
4.10.2 :first-line
4.10.3 :before
4.10.4 :after
4.10.5 ::selection
第5章 层迭、特性和继承
5.1 层迭
5.2 !important声明
5.3 特性
5.4 继承
5.5 小结
第6章 css布局和格式化
6.1 视口、页面box和画布
6.2 css box模型
6.2.1 包含块
6.2.2 折迭边距
6.2.3 internet explorer 5 box模型
6.2.4 internet explorer的haslayout属性
6.3 格式化的概念
6.3.1 块格式化
6.3.2 内联格式化
6.3.3 列表格式化
6.3.4 表格格式化
6.3.5 置换元素
6.4 定位
6.4.1 相对定位
6.4.2 绝对定位
6.4.3 固定定位
6.4.4 层迭环境(stacking context)
6.4.5 浮动和清除
6.4.6 显示、位置和浮动之间的关系
6.5 小结
第7章 box属性
7.1 尺寸
7.1.1 height属性
7.1.2 min-height属性
7.1.3 max-height属性
7.1.4 width属性
7.1.5 min-width属性..
7.1.6 max-width属性
7.2 边距
7.2.1 margin-top属性
7.2.2 margin-right属性
7.2.3 margin-bottom属性
7.2.4 margin-left属性
7.2.5 margin属性
7.3 填充
7.3.1 padding-top属性
7.3.2 padding-right属性
7.3.3 padding-bottom属性
7.3.4 padding-left属性
7.3.5 padding属性
7.4 边框和轮廓属性
7.4.1 border-top-color属性
7.4.2 border-top-style属性
7.4.3 border-top-width属性
7.4.4 border-top属性
7.4.5 border-right-color属性
7.4.6 border-right-style属性
7.4.7 border-right-width属性
7.4.8 border-right属性
7.4.9 border-bottom-color属性
7.4.10 border-bottom-style属性
7.4.11 border-bottom-width属性
7.4.12 border-bottom属性
7.4.13 border-left-color属性
7.4.14 border-left-style属性
7.4.15 border-left-width属性
7.4.16 border-left属性
7.4.17 border-color属性
7.4.18 border-style属性
7.4.19 border-width属性
7.4.20 border属性
7.4.21 outline-color属性
7.4.22 outline-style属性
7.4.23 outline-width属性
7.4.24 outline属性
第8章 布局属性
8.1 display属性
8.2 position属性
8.3 float属性
8.4 clear属性
8.5 visibility属性
8.6 top属性
8.7 right属性
8.8 bottom属性
8.9 left属性
8.10 z-index属性
8.11 overflow属性
8.12 clip属性
第9章 列表属性
9.1 list-style-type属性
9.2 list-style-position属性
9.3 list-style-image属性
9.4 list-style属性
第10章 表属性
10.1 table-layout属性
10.2 border-collapse属性
10.3 border-spacing属性
10.4 empty-cells属性
10.5 caption-side属性
第11章 颜色和背景
11.1 background-color属性
11.2 background-image属性
11.3 background-repeat属性
11.4 backgrotmd-position属性
11.5 background-attachment属性
11.6 background属性
11.7 color属性
第12章 排版属性
12.1 font-family属性
12.2 font-size属性
12.3 font-weight属性
12.4 font-style属性
12.5 font-variant属性
12.6 font属性
12.7 letter-spacing属性
12.8 word-spacing属性
12.9 line-height属性
12.10 text-align属性
12.11 text-decoration属性
12.12 text-indent属性
12.13 text-transform属性
12.14 text-shadow属性
12.15 vertical-align属性
12.16 white-space属性
12.17 direction属性
12.18 unicode-bidi属性
第13章 生成内容属性
13.1 content属性
13.2 counter-increment属性
13.3 counter-reset属性
13.4 quotes属性
第14章 用户界面属性
第15章 分页媒介属性
15.1 page-break-before属性
15.2 page-break-inside属性
15.3 page-break-after属性
15.4 orphans属性
15.5 widows属性
第16章 厂商指定属性
16.1 mozilla扩展属性
16.1.1 -moz-border-radius属性
16.1.2 -moz-box-sizing属性
16.1.3 display属性值:-moz-inline-box
16.2 internet explorer扩展规范
16.2.1 zoom属性
16.2.2 filter属性
16.2.3 behavior属性
16.2.4 表达式属性值
16.3 小结
第17章 规避方法、过滤器和技巧
17.1 internet explorer条件注释
17.2 规避方法和过滤器
17.3 css技巧
17.4 小结
第18章 html和xhtml之间的差异
18.1 mime类型
18.2 区分大小写
18.3 可选标记
18.4 根元素属性...


内容介绍:

CSS是层迭样式表的简称,通过它可控制网页样式并允许将样式信息与网页内容分离。《CSS终极参考手册》是CSS的最佳参考书籍,共18章,主要介绍了CSS的作用、一般语法和术语、@规
则、选择符、层迭与特性以及继承、CSS布局和格式化、各种CSS属性、HTML和XHTML之间的差异,以及规避方法、过滤器和各种技巧。

《CSS终极参考手册》从软件开发设计的角度出发,按照面向对象的程序设计思想,详细介绍了线性表、栈和队列、串、多维数组和广义表、树、图等数据结构及其在计算机中的存储表示和不同存储表示上的算法实现(用C++语言描述,并全部上机在Visual C++ 6环境下运行通过)。

内容截图:

IPB Image


上一篇 下一篇