CSS3 中文参考手册
打造最新、最全面的 CSS3 学习和参考教程。
本站首页
|
代码实验室
|
CSS3 中文参考
|
书籍出版
|
oogle 英文翻译版
|
给我留言
CSS3 基本知识
Monospaced and Proportional Font
Serif and Sans Serif
CSS3 选择器
Adjacent Sibling Selector
Attribute Selector
Child Selector
Class Selector
Descendant Selector
General Sibling Selector
ID Selector
Pseudo Class
Pseudo Element
Type Selector
Universal Selector
CSS3 字体(Font)
@font-face
font
font-family
font-feature-settings
font-kerning
font-language-override
font-size
font-size-adjust
font-stretch
font-style
font-synthesis
font-variant
font-variant-alternates
font-variant-caps
font-variant-east-asian
font-variant-ligatures
font-variant-numeric
font-weight
unicode-range
vertical-position
CSS3 文本(Text)
direction
hanging-punctuation
hyphenate-character
hyphenate-limit-after
hyphenate-limit-before
hyphenate-limit-last
hyphenate-limit-lines
hyphenate-resource
hyphens
letter-spacing
line-break
text-align
text-align-first
text-align-last
text-autospace
text-decoration
text-decoration-color
text-decoration-line
text-decoration-skip
text-decoration-style
text-emphasis
text-emphasis-color
text-emphasis-position
text-emphasis-style
text-indent
text-justify
text-outline
text-shadow
text-transform
text-trim
text-underline-position
text-wrap
unicode-bidi
white-space
white-space-collapsing
word-break
word-spacing
word-wrap
CSS3 背景(Background)
background
background-attachment
background-clip
background-color
background-image
background-origin
background-position
background-repeat
background-size
CSS3 边框(Border)
border
border-bottom
border-bottom-color
border-bottom-left-radius
border-bottom-right-radius
border-bottom-style
border-bottom-width
border-color
border-image
border-image-outset
border-image-repeat
border-image-slice
border-image-source
border-image-width
border-left
border-left-color
border-left-style
border-left-width
border-radius
border-right
border-right-color
border-right-style
border-right-width
border-style
border-top
border-top-color
border-top-left-radius
border-top-right-radius
border-top-style
border-top-width
border-width
box-decoration-break
box-shadow
CSS3 盒状模型(Box Model)
box-sizing
height
margin
margin-bottom
margin-left
margin-right
margin-top
max-height
max-width
min-height
min-width
outline
outline-color
outline-offset
outline-style
outline-width
padding
padding-bottom
padding-left
padding-right
padding-top
width
CSS3 多列布局(Multi-column)
break-after
break-before
break-inside
column-count
column-fill
column-gap
column-rule
column-rule-color
column-rule-style
column-rule-width
columns
column-span
column-width
CSS3 列表(List)
list-style
list-style-image
list-style-position
list-style-type
CSS3 表格(Table)
border-collapse
border-spacing
caption-side
empty-cells
table-layout
CSS3 颜色(Color)
color
opacity
CSS3 布局(Layout)
bottom
clear
clip
display
float
left
overflow
overflow-x
overflow-y
position
right
top
visibility
z-index
CSS3 过渡(Transitions)
transition
transition-delay
transition-duration
transition-property
transition-timing-function
CSS3 动画(Animations)
animation
animation-delay
animation-direction
animation-duration
animation-iteration-count
animation-name
animation-play-state
animation-timing-function
CSS3 文字移动(Marquee)
marquee-direction
marquee-play-count
marquee-speed
marquee-style
overflow-style
CSS3 2D 变换(2D Transform)
transform
transform-origin
CSS3 3D 变换(3D Transform)
backface-visibility
perspective
perspective-origin
transform
transform-origin
transform-style
CSS3 语音(Speech)
cue
cue-after
cue-before
mark
mark-after
mark-before
pause
pause-after
pause-before
phonemes
rest
rest-after
rest-before
speak
voice-balance
voice-duration
voice-family
voice-pitch
voice-pitch-range
voice-rate
voice-stress
voice-volume
CSS3 Ruby
ruby-align
ruby-overhang
ruby-position
ruby-span
CSS3 超链接(Hyperlink)
target
target-name
target-new
target-position
CSS3 行盒(Line Box)
alignment-adjust
alignment-baseline
baseline-shift
dominant-baseline
drop-initial-after-adjust
drop-initial-after-align
drop-initial-before-adjust
drop-initial-before-align
drop-initial-size
drop-initial-value
inline-box-align
line-height
line-stacking
line-stacking-ruby
line-stacking-shift
line-stacking-strategy
text-height
vertical-align
CSS3 分页介质(Paged Media)
fit
fit-position
image-orientation
orphans
page
page-break-after
page-break-before
page-break-inside
size
widows
CSS3 用户界面(User Interface)
appearance
content
cursor
icon
ime-mode
nav-down
nav-index
nav-left
nav-right
nav-up
quotes
resize
padding-top 上内边距
设置元素的上内边距。
语法:
{ padding-top: sPaddingTop }
默认值:
0
继承性:
否
DOM 语法:
object.style.paddingTop = sPaddingTop
适用于:
所有元素
浏览器支持:
可能的值:
<length> | <percentage> | inherit
值
描述
<length>
设置一个绝对的值。
<percentage>
相对容器块的宽度百分比。
inherit
继承父元素的属性值。
说明:
本属性最后更新时间:2011-3-19 21:33:59
©
孟宪会
2011年 版权所有