style display屬性一切皆有可能

2021-05-05 07:33:19 字數 1382 閱讀 8446

display版本:css1/css2    相容性:ie4+   ns4+ 繼承性:無

語法:

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  

引數:

block   :    css1 塊物件的預設值。用該值為物件之後新增新行  

none   :    css1 隱藏物件。與visibility屬性的hidden值不同,其不為被隱藏的物件保留其物理空間  

inline   :    css1 內聯物件的預設值。用該值將從物件中刪除行  

compact   :    css2 分配物件為塊物件或基於內容之上的內聯物件  

marker   :    css2 指定內容在容器物件之前或之後。要使用此引數,物件必須和:after及:before   偽元素一起使用  

inline-table   :    css2 將**顯示為無前後換行的內聯物件或內聯容器  

list-item   :    css1 將塊物件指定為列表專案。並可以新增可選專案標誌  

run-in   :    css2 分配物件為塊物件或基於內容之上的內聯物件  

table   :    css2 將物件作為塊元素級的**顯示  

table-caption   :    css2 將物件作為**標題顯示  

table-cell   :    css2 將物件作為**單元格顯示  

table-column   :    css2 將物件作為**列顯示  

table-column-group   :    css2 將物件作為**列組顯示  

table-header-group   :    css2 將物件作為**標題組顯示  

table-footer-group   :    css2 將物件作為**腳注組顯示  

table-row   :    css2 將物件作為**行顯示  

table-row-group   :    css2 將物件作為**行組顯示  

說明:  

設定或檢索物件是否及如何顯示。

目前   ie5.5僅支援以上css1的引數。  

對應的指令碼特性為display

WPF屬性 一 依賴屬性

原文 wpf屬性 一 依賴屬性 依賴屬性是一種可以自己沒有值,並能通過使用binding從資料來源獲得值的屬性,擁有依賴屬性的物件稱為依賴物件,在傳統開發中,乙個物件所占用的內存在呼叫new操作符進行例項化的時候就已經決定了,而wpf允許物件在被建立的時候並不包含用於儲存資料的空間,只保留在需要用到...

各種屬性(一)

列表屬性 列表1 li list style disc 實心點 li list style circle 空心點 li list style square 方塊兒 li list style lower roman v字元 li list style upper roman li list styl...

css屬性總結(一)

1 padding 不能出現負值 2 margin 可以出現負值 3 boder復合屬性 必須同時設定顏色 大小 樣式 方向性復合屬性值的縮寫方法 1個值 4個方向 margin 10px 所有4個外邊距都是10px 2個值 上下 左右 border width 5px 10px 上下邊框寬度為5p...