| [DHTMLET®](http://www.dhtmlet.com) | [属性清单 ](#)| 相关内容:SEE ALSO------------------------------------------ 样式表伪类 Pseudo-Classes 样式表伪对象 Pseudo-Elements 样式表规则 At-Rules 样式表声明 Declaration 样式表单位 Units 样式表属性 Properties |
|-----|-----|
Selectors 选择符
<table class="meme" border="0" cellpadding="0" cellspacing="1"><tr><th nowrap="nowrap">Selectors<br/>选择符</th><th nowrap="nowrap">CSS Version<br/>版本</th><th nowrap="nowrap">Compatibility<br/>兼容性</th><th nowrap="nowrap">Syntax Samples<br/>语法</th><th nowrap="nowrap">Description<br/> 简介</th></tr><tr><td><a href="s_type.html">类型选择符(Type Selectors)</a></td><td>CSS1</td><td>IE4+ , NS4+</td><td>E1</td><td>以文档语言对象类型作为选择符</td></tr><tr><td><a href="s_universal.html" class="no">通配选择符(Universal Selector)</a></td><td>CSS2</td><td><span class="span2">NONE</span></td><td>*</td><td> 选定文档目录树(DOM)中的所有类型的单一对象</td></tr><tr><td><a href="s_descendant.html">包含选择符(Descendant Selectors)</a></td><td>CSS1</td><td>IE4+ , NS4+</td><td>E1 E2</td><td> 选择所有被E1包含的E2。即E1.contains(E2)==true</td></tr><tr><td><a href="s_child.html" class="no">子对象选择符(Child Selectors)</a></td><td>CSS2</td><td><span class="span2">NONE</span></td><td>E1 > E2</td><td>选择所有作为E1子对象的E2</td></tr><tr><td><a href="s_adjacent.html" class="no">相邻选择符(Adjacent Sibling Selectors)</a></td><td>CSS2</td><td><span class="span2">NONE</span></td><td>E1 + E2</td><td>选择紧贴在对象E1之后的所有E2对象</td></tr><tr><td><a href="s_attribute.html" class="no">属性选择符(Attribute Selectors)</a></td><td>CSS2</td><td><span class="span2">NONE</span></td><td>E1[attr]</td><td>选择具有attr属性的E1</td></tr><tr><td><a href="s_attribute.html" class="no">属性选择符(Attribute Selectors)</a></td><td>CSS2</td><td><span class="span2">NONE</span></td><td>E1[attr=value]</td><td>选择具有attr属性且属性值等于value的E1</td></tr><tr><td><a href="s_attribute.html" class="no">属性选择符(Attribute Selectors)</a></td><td>CSS2</td><td><span class="span2">NONE</span></td><td>E1[attr~=value]</td><td> 选择具有attr属性且属性值为一用空格分隔的字词列表,其中一个等于value的E1</td></tr><tr><td><a href="s_attribute.html" class="no">属性选择符(Attribute Selectors)</a></td><td>CSS2</td><td><span class="span2">NONE</span></td><td>E1[attr|=value]</td><td>选择具有attr属性且属性值为一用连字符分隔的字词列表,由value开始的E1</td></tr><tr><td><a href="s_id.html">ID选择符(ID Selectors)</a></td><td>CSS1</td><td>IE4+ , NS4+</td><td>#sID</td><td>以文档目录树(DOM)中作为对象的唯一标识符的ID作为选择</td></tr><tr><td><a href="s_class.html">类选择符(Class Selectors)</a></td><td>CSS1</td><td>IE4+ , NS4+</td><td>E1.className</td><td> 在HTML中可以使用此种选择符。其效果等同于E1[class~=className]</td></tr><tr><td><a href="s_grouping.html">选择符分组(Grouping)</a></td><td>CSS1</td><td>IE4+ , NS4+</td><td>E1,E2,E3</td><td>将同样的定义应用于多个选择符,可以将选择符以逗号分隔的方式并为组</td></tr></table>
说明:这种颜色是CSS2标准选择符。这种颜色是IE建议样式表选择符。这种颜色是NS私有选择符。这种颜色是目前尚无浏览器支持的选择符。
苏沈小雨制作・保留所有权利
©2001 rain1977.comer . All rights reserved . Terms of Use .
- 简介 Introducing
- 样式表简介 Introduction to CSS2
- 关于本手册 About this handbook
- 苏沈小雨 About rain1977
- 属性 Properties
- 字体 Font
- font
- color
- font-family
- font-size
- font-size-adjust
- font-stretch
- font-style
- font-weight
- text-decoration
- text-underline-position
- text-shadow
- font-variant
- text-transform
- line-height
- letter-spacing
- word-spacing
- 文本 Text
- text-indent
- text-overflow
- vertical-align
- text-align
- layout-flow
- writing-mode
- direction
- unicode-bidi
- word-break
- line-break
- white-space
- word-wrap
- text-autospace
- text-kashida-space
- text-justify
- ruby-align
- ruby-overhang
- ruby-position
- ime-mode
- layout-grid
- layout-grid-char
- layout-grid-char-spacing
- layout-grid-line
- layout-grid-mode
- layout-grid-type
- 背景 Background
- background
- background-attachment
- background-color
- background-image
- background-position
- background-positionX
- background-positionY
- background-repeat
- layer-background-color
- layer-background-image
- 定位 Positioning
- position
- z-index
- top
- right
- bottom
- left
- 尺寸 Dimensions
- height
- max-height
- min-height
- width
- max-width
- min-width
- 布局 Layout
- clear
- float
- clip
- overflow
- overflow-x
- overflow-y
- display
- visibility
- 外补丁 Margins
- margin
- margin-top
- margin-right
- margin-bottom
- margin-left
- 轮廓 Outlines
- outline
- outline-color
- outline-style
- outline-width
- 边框 border
- border
- border-color
- border-style
- border-width
- border-top
- border-top-color
- border-top-style
- border-top-width
- border-right
- border-right-color
- border-right-style
- border-right-width
- border-bottom
- border-bottom-color
- border-bottom-style
- border-bottom-width
- border-left
- border-left-color
- border-left-style
- border-left-width
- 内容 Generated Content
- include-source
- quotes
- content
- counter-increment
- counter-reset
- 内补丁 Paddings
- padding
- padding-top
- padding-right
- padding-bottom
- padding-left
- 列表 Lists
- list-style
- list-style-image
- list-style-position
- list-style-type
- marker-offset
- 表格 table
- border-collapse
- border-spacing
- caption-side
- empty-cells
- table-layout
- speak-header
- 滚动条 Scrollbar
- scrollbar-3d-light-color
- scrollbar-highlight-color
- scrollbar-face-color
- scrollbar-arrow-color
- scrollbar-shadow-color
- scrollbar-dark-shadow-color
- scrollbar-base-color
- 打印 Printing
- page
- page-break-after
- page-break-before
- page-break-inside
- marks
- orphans
- size
- widows
- 声音 Aural
- voice-family
- volume
- elevation
- azimuth
- stress
- richness
- speech-rate
- cue
- cue-after
- cue-before
- pause
- pause-after
- pause-before
- pitch
- pitch-range
- play-during
- speak
- speak-numeral
- speak-punctuation
- 其它 Classification
- cursor
- behavior
- filter
- zoom
- 选择符 Selectors
- 通配选择符 Universal Selector
- 类型选择符 Type Selectors
- 属性选择符 Attribute Selectors
- 包含选择符 Descendant Selectors
- 子对象选择符 Child Selectors
- ID选择符 ID Selectors
- 类选择符 Class Selectors
- 选择符分组 Grouping
- 伪类 Pseudo-Classes
- :link
- :hover
- :active
- :visited
- :focus
- :first-letter
- :first-line
- :first-child
- :first
- :left
- :right
- :lang
- 伪对象 Pseudo-Elements
- :before
- :after
- 规则 At-Rules
- @import
- @charset
- @font-face
- @fontdef
- @page
- @media
- 声明 Declaration
- !important
- 单位 Units
- 长度 Length
- px
- em
- ex
- pt
- pc
- in
- mm
- cm
- 颜色 Color
- rgb(RGB)
- #RRGGBB
- Color Name
- 角度 Angle
- deg
- grad
- rad
- 时间 Time
- s
- ms
- 频率 Frequency
- Hz
- kHz
- 附录 Appendix
- 颜色表 Color Table
- 设备类型 Media Types
- 字符集识别 Character Set Recognition
- ISO Latin-1字符集 ISO Latin-1 Character Set
- HTML附加命名实体
- 特殊文本和BIDI文本的字符实体