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

?? ??? ??
CSS3 Properties 邊框(Border) Border-color Border-image Border-radius box-shadow 背景(Background) background-origin background-clip Background-size Multiple backgrounds 顏色(Color) HSL colors HSLA colors opacity RGBA colors 文本(Text effects) text-shadow text-overflow word-wrap 用戶界面(User-interface) box-sizing resize outline outline-width outline-style outline-offset outline-color nav-index nav-up nav-right nav-down nav-left 基礎(chǔ)盒模型(Basic box model) overflow overflow-x overflow-y 內(nèi)容(Generated Content) content 其它模塊(Other modules) media queries Speech columns column-width column-span column-rule column-rule-color column-rule-width column-rule-style column-gap column-fill column-count column-break-before column-break-after @font-face 選擇器(selectors) 子串匹配的屬性選擇符 E[att^="val"] 子串匹配的屬性選擇符 E[att$="val"] 子串匹配的屬性選擇符 E[att*="val"] 結(jié)構(gòu)性偽類 E:root 結(jié)構(gòu)性偽類 E:nth-child(n) 結(jié)構(gòu)性偽類 E:nth-last-child(n) 結(jié)構(gòu)性偽類 E:nth-of-type(n) 結(jié)構(gòu)性偽類 E:nth-last-of-type(n) 結(jié)構(gòu)性偽類 E:last-child 結(jié)構(gòu)性偽類 E:first-of-type 結(jié)構(gòu)性偽類 E:only-child 結(jié)構(gòu)性偽類 E:only-of-type 結(jié)構(gòu)性偽類 E:empty UI元素狀態(tài)偽類 E:checked UI元素狀態(tài)偽類 E:enabled UI元素狀態(tài)偽類 E:disabled UI元素狀態(tài)偽類 E::selection 否定偽類 E:not(s) 目標偽類 E:target 通用兄弟元素選擇器 E ~ F
??

語法:

overflowvisible | auto | hidden | scroll

相關(guān)屬性:overflow-x , overflow-y

取值:

visible:
不剪切內(nèi)容也不添加滾動條。假如顯式聲明此默認值,對象將被剪切為包含對象的window或frame的大小。并且clip屬性設(shè)置將失效
auto:
此為body對象和textarea的默認值。在需要時剪切內(nèi)容并添加滾動條
hidden:
不顯示超過對象尺寸的內(nèi)容
scroll:
總是顯示滾動條

說明:

  1. 檢索或設(shè)置當(dāng)對象的內(nèi)容超過其指定高度及寬度時如何管理內(nèi)容。
  2. 設(shè)置textarea對象為hidden值將隱藏其滾動條。
  3. 對于table來說,假如table-layout屬性設(shè)置為fixed,則td對象支持帶有默認值為hidden的overflow屬性。如果設(shè)為hidden,scroll或者auto,那么超出td尺寸的內(nèi)容將被剪切。如果設(shè)為visible,將導(dǎo)致額外的文本溢出到右邊或左邊(視direction屬性設(shè)置而定)的單元格。
  4. 自IE5開始,此屬性在MAC平臺上可用。

兼容性:

類型 IEInternet Explorer FirefoxFirefox ChromeChrome OperaOpera SafariSafari
版本 (√)IE6 (√)Firefox 2.0 (√)Chrome 1.0.x (√)Opera 9.63 (√)Safari 3.1
(√)IE7 (√)Firefox 3.0 (√)Chrome 2.0.x (√)Safari 4
(√)IE8 (√)Firefox 3.5

示例:

快速跳轉(zhuǎn)

  • 語法
  • 取值
  • 說明
  • 兼容性
  • 示例
?? ??: ?? ??: