国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

directory search
簡介 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 內(nèi)容 Generated Content include-source quotes content counter-increment counter-reset 內(nèi)補丁 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 規(guī)則 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文本的字符實體
characters

DHTMLET? 屬性清單?|?相關內(nèi)容:
overflow 版本:CSS2  兼容性:IE4+ NS6+ 繼承性:無

?
語法:
?
overflow : visible | auto | hidden | scroll
?
參數(shù):
?
visible :  不剪切內(nèi)容也不添加滾動條。假如顯式聲明此默認值,對象將被剪切為包含對象的window或frame的大小。并且clip屬性設置將失效
auto :  此為body對象和textarea的默認值。在需要時剪切內(nèi)容并添加滾動條
hidden :  不顯示超過對象尺寸的內(nèi)容
scroll :  總是顯示滾動條
?
說明:
?
檢索或設置當對象的內(nèi)容超過其指定高度及寬度時如何管理內(nèi)容。
設置textarea對象為hidden值將隱藏其滾動條。
對于table來說,假如table-layout屬性設置為fixed,則td對象支持帶有默認值為hidden的overflow屬性。如果設為hidden,scroll或者auto,那么超出td尺寸的內(nèi)容將被剪切。如果設為visible,將導致額外的文本溢出到右邊或左邊(視direction屬性設置而定)的單元格。
自IE5開始,此屬性在MAC平臺上可用。
對應的腳本特性為overflow。請參閱我編寫的其他書目。
?
示例:
?
body { overflow: hidden; }
div { overflow: scroll; height: 100px; width: 100px; }
?
請您用下面的按鈕選擇這段文字的overflow屬性的值??匆豢磿l(fā)生什么,然后您就會明白這個屬性的意義。然后您就會明白這個屬性的意義。希望您喜歡這本電子書。謝謝。
 

?
?
?
蘇沈小雨制作·保留所有權利
&copy2001 rain1977.comer . All rights reserved . Terms of Use .
Previous article: Next article: