亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

目錄 搜尋
簡(jiǎn)介 Introducing 樣式表簡(jiǎn)介 Introduction to CSS2 關(guān)于本手冊(cè) 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 外補(bǔ)丁 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 內(nèi)容 Generated Content include-source quotes content counter-increment counter-reset 內(nèi)補(bǔ)丁 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 滾動(dòng)條 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 子對(duì)象選擇符 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 偽對(duì)象 Pseudo-Elements :before :after 規(guī)則 At-Rules @import @charset @font-face @fontdef @page @media 聲明 Declaration !important 單位 Units 長(zhǎng)度 Length px em ex pt pc in mm cm 顏色 Color rgb(RGB) #RRGGBB Color Name 角度 Angle deg grad rad 時(shí)間 Time s ms 頻率 Frequency Hz kHz 附錄 Appendix 顏色表 Color Table 設(shè)備類型 Media Types 字符集識(shí)別 Character Set Recognition ISO Latin-1字符集 ISO Latin-1 Character Set HTML附加命名實(shí)體 特殊文本和BIDI文本的字符實(shí)體
文字

DHTMLET? 屬性清單?|?相關(guān)內(nèi)容:
display版本:CSS1/CSS2  兼容性:IE4+ NS4+ 繼承性:無(wú)

?
語(yǔ)法:
?
display : block | none | inline | compact | marker | inline-table | list-item | run-in | table |table-caption | table-cell | table-column | table-column-group | table-footer-group | table-header-group | table-row | table-row-group
?
參數(shù):
?
block :  CSS1 塊對(duì)象的默認(rèn)值。用該值為對(duì)象之后添加新行
none :  CSS1 隱藏對(duì)象。與visibility屬性的hidden值不同,其不為被隱藏的對(duì)象保留其物理空間
inline :  CSS1 內(nèi)聯(lián)對(duì)象的默認(rèn)值。用該值將從對(duì)象中刪除行
compact :  CSS2 分配對(duì)象為塊對(duì)象或基于內(nèi)容之上的內(nèi)聯(lián)對(duì)象
marker :  CSS2 指定內(nèi)容在容器對(duì)象之前或之后。要使用此參數(shù),對(duì)象必須和:after及:before 偽元素一起使用
inline-table :  CSS2 將表格顯示為無(wú)前后換行的內(nèi)聯(lián)對(duì)象或內(nèi)聯(lián)容器
list-item :  CSS1 將塊對(duì)象指定為列表項(xiàng)目。并可以添加可選項(xiàng)目標(biāo)志
run-in :  CSS2 分配對(duì)象為塊對(duì)象或基于內(nèi)容之上的內(nèi)聯(lián)對(duì)象
table :  CSS2 將對(duì)象作為塊元素級(jí)的表格顯示
table-caption :  CSS2 將對(duì)象作為表格標(biāo)題顯示
table-cell :  CSS2 將對(duì)象作為表格單元格顯示
table-column :  CSS2 將對(duì)象作為表格列顯示
table-column-group :  CSS2 將對(duì)象作為表格列組顯示
table-header-group :  CSS2 將對(duì)象作為表格標(biāo)題組顯示
table-footer-group :  CSS2 將對(duì)象作為表格腳注組顯示
table-row :  CSS2 將對(duì)象作為表格行顯示
table-row-group :  CSS2 將對(duì)象作為表格行組顯示
?
說(shuō)明:
?
設(shè)置或檢索對(duì)象是否及如何顯示。
目前 IE5.5僅支持以上CSS1的參數(shù)。
對(duì)應(yīng)的腳本特性為display。請(qǐng)參閱我編寫的其他書目。
?
示例:
?
img { disply: block; float: right; }
?

?
您所看到的文字塊的名字是小強(qiáng),圖片的名字是旺財(cái),請(qǐng)您從下方的選擇框內(nèi)選擇旺財(cái)display屬性的不同的值,看一看會(huì)發(fā)生什么,然后您就會(huì)明白這個(gè)屬性的意義。希望您喜歡這本電子書。謝謝。
 旺財(cái)的屬性:

?

?
?
?
蘇沈小雨制作·保留所有權(quán)利
&copy2001 rain1977.comer . All rights reserved . Terms of Use .
上一篇: 下一篇: