DHTMLET® 屬性清單 | 相關內容:
font版本:CSS1/CSS2  兼容性:IE4+ NS4+ 繼承性:有

 
語法:
 
font : font-style || font-variant || font-weight || font-size || line-height || font-family
font : caption | icon | menu | message-box | small-caption | status-bar
 
參數:
 
該屬性是復合屬性。第一種聲明方式請參閱各參數對應的屬性。
第二種聲明方式中的參數屬於CSS2。
caption : 使用有標題的系統控件的文本字體(如按鈕,菜單等)
icon : 使用圖標標籤的字體
menu : 使用菜單的字體
message-box : 使用信息對話框的文本字體
small-caption : 使用小控件的字體
status-bar : 使用窗口狀態欄的字體
 
說明:
 
設置或檢索對像中的文本特性。該屬性是復合屬性。
第一種聲明方式參數必須按照如上的排列順序。每個參數僅允許有一個值。忽略的將使用其參數對應的獨立屬性的默認值。
對於如何使用用戶端系統可能沒有的字體,可以參閱@font-face規則。
對應的腳本特性為font。請參閱我編寫的其他書目。
 
示例:
 
p { font: italic small-caps 600 12pts/18pts 細明體; }
p { font: italic small-caps 600 12pts/150% Courier; }
p { font: italic small-caps 600 12pts/1.5 Courier; }
p { font: italic small-caps 600 12pts/18pts Courier; }
p { font: /18pts serif; }
p { font: oblique 100 24pts; }
H1 { font: 15pt/17pt bold "Arial" normal }
 
 
 
蘇沈小雨製作·保留所有權利
©2001 rain1977.comer . All rights reserved . Terms of Use .