CSS_2.1手册中英文对照版
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
CSS2.0用户手册中英文对照版
——该手册基于CSS 2.1规范
为了更好的了解网页浏览器是如何通过CSS显示页面,请查阅【盒模型】这篇文章。当中有“注:”的是翻译者做的注释。
必须知道的清单
1.margin
2.padding
3.border
4.background-color
5.color
6.font-family
7.font-size
8.float
完整列表
1.azimuth
使得用户能感知一个声音的特定水平方向(注:有可能和elevation结合使用,为视力障碍的人准备的)。
2.background
设定background-color, background-image, background-repeat, background-attachment 和background-position的缩写。
a)background-attachment 设置在浏览器窗口中的背景图片是滚动还是固定的
b)background-color 设置一个元素的背景色
c)background-image 设置一个元素的背景图片
d)background-position 设置背景图片初始位置
e)background-repeat 设置背景图片是否重复,以及怎样重复
3.border
设置border-width, border-style 和所有四个边框的border-color的缩写。
a)border-bottom 设置border-bottom-width, border-bottom-style 和
border-bottom-color的缩写。
i.border-bottom-color 设置元素下边框的颜色
ii.border-bottom-style 设置元素下边框的线条样式
iii.border-bottom-width 设置元素下边框的宽度
b)border-collapse 设置表格单元格是拥有各自的边框,还是共用一个边框
c)border-color 设置元素四个边框的颜色
i.border-left 设置border-left-width, border-left-style 和
border-left-color的缩写
ii.border-left-color 设置元素左边框的颜色
iii.border-left-style 设置元素左边框的线条样式
iv.border-left-width 设置元素左边框的宽度
d)border-right 设置border-right-width, border-right-style 和
border-right-color的缩写
i.border-right-color 设置元素右边框的颜色
ii.border-right-style 设置元素右边框的线条样式
iii.border-right-width 设置元素右边框的宽度
e)border-spacing 设置两个单元格之间的距离
f)border-style 设置元素四个边框的线条样式
g)border-top 设置border-top-width, border-top-style 和
border-top-color的缩写
i.border-top-color 设置元素上边框的颜色
ii.border-top-style 设置元素上边框的线条样式
iii.border-top-width 设置元素上边框的宽度
h)border-width 设置元素四个边框的宽度
4.bottom 与position属性联用,定位元素外部的标准溢出
5.caption-side 设置表格标题显示在表格上面还是下面
6.clear 用来阻止元素贴在浮动元素周围
7.clip 设置元素的显示区域(注:区域之外的将透明)
8.color 设置一个元素文本内容的前景色(注:一般是指的文字
颜色)
9.content
用于在元素前面或者后面插入内容
10.counter-increment
由content属性中的函数counter()和counters()确定,用于增加计数器的计数
11.counter-reset
由content属性中的函数counter()和counters()确定,用于将计数器的计数设置成特殊的值
12.cue
设置cue-before 和cue-after的缩写
13.cue-after
用于在一个元素后播放一个声音,以便能界定它(注:盲人比较常用的功能吧)
14.cue-before
用于在一个元素前播放一个声音,以便能界定它(注:盲人比较常用的功能吧)
15.cursor
为指针设备设置默认的样式(注:一般是指设置鼠标样式)
16.direction
设置文本的书写方向(从左到右或者从右到左)
17.display
强制转化一个元素的默认布局行为
18.elevation
使得用户能感知一个声音的特定垂直方向(注:有可能和azimuth结合使用,为视力障碍的人准备的)
19.empty-cells
设置空的单元格是否可见
20.float
使得元素向左或向右浮动
21.font
设置font-style, font-variant, font-weight, font-size, line-height 和font-family的缩写
a)font-family 设置一个有优先权的字体列表,用来显示文本
b)font-size 设置字体大小
c)font-style 用来设置字体样式,如设置它为斜体
d)font-variant 设置文字是否显示小的首字母
e)font-weight 设置字体的粗细
22.height
设置呈现元素的矩形的高度
23.left 与position属性联用,定位元素外部的标准溢出
24.letter-spacing
设置字之前的距离
25.line-height
用于改变行高
26.list-style
设置list-style-type, list-style-position 和/或list-style-image的属性(注:原文是and/or )
a)list-style-image 设置列表样式图片标记
b)list-style-position 设置列表标记(小标记, 数字, 图片等等) 应该显示在
由列表条目所创建的矩形里面还是外面
c)list-style-type 设置列表标记的样式
27.margin
设置margin-top, margin-right, margin-bottom 和/或margin-left的缩写
a)margin-bottom 设置一个元素下边框和元素外边缘之间的宽度(边框并
不是元素外边缘,只有当Margin属性为0时两者才重叠)
b)margin-left 设置一个元素左边框和元素外边缘之间的宽度
c)margin-right 设置一个元素右边框和元素外边缘之间的宽度
d)margin-top 设置一个元素上边框和元素外边缘之间的宽度
28.max-height
设置元素的最大高度
29.max-width
设置元素的最大宽度
30.min-height
设置元素最小高度
31.min-width
设置元素最小宽度
32.orphans
设置打印网页时一个段落必须至少在页底留下多少行
33.outline