现货二手 若套装 先联系客服确认,二手书无附赠品
¥ 7.35 1.9折 ¥ 38 八五品
仅1件
作者[美]
出版社水利水电出版社
ISBN9787508465739
出版时间2009-06
装帧平装
定价38元
货号9787508465739
上书时间2024-10-16
基本信息
书名:CSS终极参考手册
定价:38.00元
作者:[美]
出版社:水利水电出版社
出版日期:2009-06
ISBN:9787508465739
字数:397千字
页码:293
版次:1
装帧:平装
开本:16开
商品标识:9787508465739
[chatu]
编辑推荐
CSS是层叠样式表的简称,通过它可控制网页样式并允许将样式信息与网页内容分离。《CSS终极参考手册》是CSS的最佳参考书籍,共18章,主要介绍了CSS的作用、一般语法和术语、@规则、选择符、层叠与特性以及继承、CSS布局和格式化、各种CSS属性、HTML和XHTML之间的差异,以及规避方法、过滤器和各种技巧。《CSS终极参考手册》从软件开发设计的角度出发,按照面向对象的程序设计思想,详细介绍了线性表、栈和队列、串、多维数组和广义表、树、图等数据结构及其在计算机中的存储表示和不同存储表示上的算法实现(用C++语言描述,并全部上机在VisualC++6.0环境下运行通过)。《CSS终极参考手册》内容全面详实,适合各级网页设计人员以及网页设计爱好者阅读参考。
内容提要
目录
译者序
关于本书
第1章CSS是什么
1.1CSS版本
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.7URI
2.6.8初始值
2.6.9简写(Shorthand)属性
2.7CSS注释
2.8CSS标识符
2.9CSS转义符
2.10CSS语法错误
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.4ID选择符
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(C)
4.9CSS3伪类
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.2CSSBox模型
6.2.1包含块
6.2.2折叠边距
6.2.3InternetExplorer5box模型
6.2.4InternetExplorer的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层叠环境(StackingContext)
6.4.5浮动和清除
6.4.6显示.位置和浮动之间的关系
6.5小结
第7章Box属性
7.1尺寸
7.1.1height属性
7.1.2min-height属性
7.1.3max-height属性
7.1.4width属性
7.1.5min-width属性
7.1.6max-width属性
7.2边距
7.2.1margin-top属性
7.2.2margin-right属性
7.2.3margin-bottom属性
7.2.4margin-left属性
7.2.5margin属性
7.3填充
7.3.1padding-top属性
7.3.2padding-right属性
7.3.3padding-bottom属性
7.3.4padding-left属性
7.3.5padding属性
7.4边框和轮廓属性
7.4.1border-top-color属性
7.4.2border-top-style属性
7.4.3border-top-width属性
7.4.4border-top属性
7.4.5border-right-color属性
7.4.6border-right-style属性
7.4.7border-right-width属性
7.4.8border-right属性
7.4.9border-bottom-color属性
7.4.10border-bottom-style属性
7.4.11border-bottom-width属性
7.4.12border-bottom属性
7.4.13border-left-color属性
7.4.14border-left-style属性
7.4.15border-left-width属性
7.4.16border-left属性
7.4.17border-color属性
7.4.18border-style属性
7.4.19border-width属性
7.4.20border属性
7.4.21outline-color属性
7.4.22outline-style属性
7.4.23outline-width属性
7.4.24outline属性
第8章布局属性
8.1display属性
8.2position属性
8.3float属性
8.4clear属性
8.5visibility属性
8.6top属性
8.7right属性
8.8bottom属性
8.9left属性
8.10z-index属性
8.11overflow属性
8.12clip属性
第9章列表属性
9.1list-style-type属性
9.2list-style-position属性
9.3list-style-image属性
9.4list-style属性
第10章表属性
10.1table-layout属性
10.2border-collapse属性
10.3border-spacing属性
10.4empty-cells属性
10.5caption-side属性
第11章颜色和背景
11.1background-color属性
11.2background-image属性
11.3background-repeat属性
11.4backgrotmd-position属性
11.5background-attachment属性
11.6background属性
11.7color属性
第12章排版属性
12.1font-family属性
12.2font-size属性
12.3font-weight属性
12.4font-style属性
12.5font-variant属性
12.6font属性
12.7letter-spacing属性
12.8word-spacing属性
12.9line-height属性
12.10text-align属性
12.11text-decoration属性
12.12text-indent属性
12.13text-transform属性
12.14text-shadow属性
12.15vertical-align属性
12.16white-space属性
12.17direction属性
12.18unicode-bidi属性
第13章生成内容属性
13.1content属性
13.2counter-increment属性
13.3counter-reset属性
13.4quotes属性
第14章用户界面属性
第15章分页媒介属性
15.1page-break-before属性
15.2page-break-inside属性
15.3page-break-after属性
15.4orphans属性
15.5widows属性
第16章厂商指定属性
16.1Mozilla扩展属性
16.1.1-moz-border-radius属性
16.1.2-moz-box-sizing属性
16.1.3display属性值:-moz-inline-box
16.2InternetExplorer扩展规范
16.2.1zoom属性
16.2.2filter属性
16.2.3behavior属性
16.2.4表达式属性值
16.3小结
第17章规避方法.过滤器和技巧
17.1InternetExplorer条件注释
17.2规避方法和过滤器
17.3CSS技巧
17.4小结
第18章HTML和XHTML之间的差异
18.1MIME类型
18.2区分大小写
18.3可选标记
18.4根元素属性
作者介绍
文摘
[chatu]
媒体推荐
— 没有更多了 —
以下为对购买帮助不大的评价