找回密码
 注册
首页 ≡≡网络技术≡≡ WEB前端 css属性列表和属性值含义

html css属性列表和属性值含义

灰儿 2010-10-28 12:41:34
本帖最后由 灰儿 于 2010-10-28 12:51 编辑

属性名称
属性含义
属性值
字体属性(Font)
font-family使用什么字体
所有的字体
font-style字体是否斜体
Normal、italic、oblique
font-variant是否用小体大写
Normal、small-caps
font-weight字体的粗细
Normal、bold、bolder、lithter等
font-size字体的大小
Absolute-size、relative-size、length、percentage等
颜色和背景属性
Color定义前景色
颜色
Background-color定义背景色
颜色
Background-image定义背景图案
路径
Background-repeat重复方式
Repeat-x、repeat-y、no-repeat
Background-attachment设置滚动
Scroll、Fixed
Background-position初始位置
Percentage、length、top、left、right、bottom等
文本属性
Word-spacing单词之间的间距
Normal <length>
Letter-spacing字母之间的间距
同上
Text-decoration文字的装饰样式
None|underline|overline|line-through|blink
Vertical-align垂直方向的位置
Baseline|sub|super|top|text-top|middle|bottom|text-bottom|
Text-transform文本转换
Capitalize|uppercase|lowercase|none
Text-align对齐方式
Left|right|center|justify
Text-indent首行的缩进方式
<length>|<percentage>
Line-height文本的行高
Normal|<number>|<length>|<percentage>
边距属性
Margin-top顶端边距
Length|percentage|auto
Margin-right右侧边距
同上
Margin-bottom底端边距
同上
Margin-left左侧边距
同上
填充距属性
Padding-top顶端填充距
Length|percentage
Padding-right右侧填充距
同上
Padding-bottom底端填充距
同上
Padding-left左侧填充距
同上
边框属性
Border-top-width顶端边框宽度
Thin|medium|thick|length
Border-right-width右侧边框宽度
同上
Border-bottom-width底端边框宽度
同上
Border-left-width左侧边框宽度
同上
Border-width一次定义宽度
同上
Border-color设置边框颜色
Color
Border-style设置边框样式
None|dotted|dash|solid等
Border-top一次定义顶端
Border-top-width|color等
Border-right一次定义右侧
同上
Border-bottom一次定义底端
同上
Border-left一次定义左侧
同上
Width定义宽度属性
Length|percentage|auto
Height定义高度属性
Length|auto
Float文字环绕
Left|right|none
Clear哪一边环绕
Left|right|none|both
分级属性
Display定义是否显示
Block、inline、list-item、none
White-space怎样处理空白
Normal、pre、nowrap
List-style-type加项目编号
Disc、circle、square等
List-style-image加图案
<url>|none
List-style-position第二行起始位置
Inside、outside
List-style一次定义列表
<keyword>|<position> |<url>
鼠标(Cursor)属性
自动
Auto
定位“十”字
Crosshair
默认指针
Default
手形
Hand
移动
Move
箭头朝右方
e-resize
箭头朝右上方
Ne-resize
箭头朝左上方
Nw-resize
箭头朝上方
n-resize
箭头朝右下方
Se-resize
箭头朝左下方
Sw-resize
箭头朝下方
s-resize
箭头朝左方
w-resize
文本“I”形
Text
等待
Wait
帮助Help
灰儿 楼主 2010-10-28 16:07:54
CSS 属性表简表,列出了一些我们常用的CSS的属性。

属性名称 属性含义 属性值

字体属性(Font)
font-family 使用什么字体 所有的字体
font-style 字体是否斜体 Normal、italic、oblique
font-variant 是否用小体大写 Normal、small-caps
font-weight 字体的粗细 Normal、bold、bolder、lithter等
font-size 字体的大小 Absolute-size、relative-size、length、percentage等

颜色和背景属性
Color 定义前景色 颜色
Background-color 定义背景色 颜色
Background-image 定义背景图案 路径
Background-repeat 重复方式 Repeat-x、repeat-y、no-repeat
Background-attachment 设置滚动 Scroll、Fixed
Background-position 初始位置 Percentage、length、top、left、right、bottom等

文本属性
Word-spacing 单词之间的间距 Normal <length>
Letter-spacing 字母之间的间距 Normal <length>
Text-decoration 文字的装饰样式 None|underline|overline|line-through|blink
Vertical-align 垂直方向的位置 Baseline|sub|super|top|text-top|middle|bottom|text-bottom
Text-transform 文本转换 Capitalize|uppercase|lowercase|none
Text-align 对齐方式 Left|right|center|justify
Text-indent 首行的缩进方式 <length>|<percentage>
Line-height 文本的行高 Normal|<number>|<length>|<percentage>

边距属性
Margin-top 顶端边距 Length|percentage|auto
Margin-right 右侧边距 Length|percentage|auto
Margin-bottom 底端边距 Length|percentage|auto
Margin-left 左侧边距 Length|percentage|auto

填充距属性
Padding-top 顶端填充距 Length|percentage
Padding-right 右侧填充距 Length|percentage
Padding-bottom 底端填充距 Length|percentage
Padding-left 左侧填充距 Length|percentage

边框属性
Border-top-width 顶端边框宽度 Thin|medium|thick|length
Border-right-width 右侧边框宽度 Thin|medium|thick|length
Border-bottom-width 底端边框宽度 Thin|medium|thick|length
Border-left-width 左侧边框宽度 Thin|medium|thick|length
Border-width 一次定义宽度 Thin|medium|thick|length
Border-color 设置边框颜色 Color
Border-style 设置边框样式 None|dotted|dash|solid等
Border-top 一次定义顶端 Border-top-width|color等
Border-right 一次定义右侧 Border-top-width|color等
Border-bottom 一次定义底端 Border-top-width|color等
Border-left 一次定义左侧 Border-top-width|color等
Width 定义宽度属性 Length|percentage|auto
Height 定义高度属性 Length|auto
Float 文字环绕 Left|right|none
Clear 哪一边环绕 Left|right|none|both

分级属性
Display 定义是否显示 Block、inline、list-item、none
White-space 怎样处理空白 Normal、pre、nowrap
List-style-type 加项目编号 Disc、circle、square等
List-style-image 加图案 <url>|none
List-style-position 第二行起始位置 Inside、outside
List-style 一次定义列表 <keyword>|<position>|<url>

鼠标 ( Cursor ) 属性
Auto 自动
Crosshair 定位“十”字
Default 默认指针
Hand 手形
Move 移动
e-resize 箭头朝右方
Ne-resize 箭头朝右上方
Nw-resize 箭头朝左上方
n-resize 箭头朝上方
Se-resize 箭头朝右下方
Sw-resize 箭头朝左下方
s-resize 箭头朝下方
w-resize 箭头朝左方
Text 文本“I”形
Wait 等待
Help 帮助
您需要登录后才可以回帖 登录 | 注册
学习中心
站长自定义文字内容,利用碎片时间,随时随地获取优质内容。
Q设计语言 了解更多
Q Design 提供商家设计所需的指导与资源,帮商家快速完成产品设计、降低生产成本。
学习中心
站长自定义文字内容,利用碎片时间,随时随地获取优质内容。
Q设计语言 了解更多
Q Design 提供商家设计所需的指导与资源,帮商家快速完成产品设计、降低生产成本。