DHTMLET? |
屬性清單?|?相關(guān)內(nèi)容:
|
include-source版本:CSS2 兼容性:NONE 繼承性:無
?
語法:
?
include-source : url (url)
?
參數(shù):
?
url : 使用絕對或相對地址指定插入文檔。假如該文檔不存在,當前對象的內(nèi)容將被顯示
?
說明:
?
這個屬性插入另一個文檔到當前文檔,取代當前對象的內(nèi)容。插入文檔的樣式屬性從當前對象繼承。
目前IE5.5尚不支持此屬性。
對應(yīng)的腳本特性為
includeSource。請參閱我編寫的其他書目。
?
示例:
?
div { position: absolute; top: 100px; left: 300px; width: 200px; height: 200px; border: thin solid black; include-source: url("http://www.example.com/testpage.htm"); }
?
?
?
蘇沈小雨制作·保留所有權(quán)利
©2001 rain1977.comer . All rights reserved . Terms of Use .