DHTMLET? |
屬性清單?|?相關(guān)內(nèi)容:
|
cursor版本:CSS2 兼容性:IE4+ NS6+ 繼承性:無
?
語法:
?
cursor : auto |
crosshair |
default |
hand |
move |
help |
wait |
text |
w-resize |
s-resize |
n-resize |
e-resize |
ne-resize |
sw-resize |
se-resize |
nw-resize
|
pointer |
url (url)
?
參數(shù):
crosshair |
default |
hand |
pointer |
move |
help |
wait |
text |
w-resize |
s-resize |
n-resize |
e-resize |
ne-resize |
sw-resize |
se-resize |
nw-resize |
auto |
url(img/1001.gif) |
?
您將鼠標(biāo)在上方的表格內(nèi)移動,就能看到本屬性在您當(dāng)前的軟件環(huán)境下可以使用的樣式。
以
這種顏色為背景色的是IE5.5尚不支持的值。
?
說明:
?
設(shè)置或檢索在對象上移動的鼠標(biāo)指針采用何種系統(tǒng)預(yù)定義的光標(biāo)形狀。
對應(yīng)的腳本特性為
cursor。請參閱我編寫的其他書目。
?
示例:
?
p { cursor: text; }
a { cursor: pointer; }
body { cursor: url("mycursor.gif"), url("images/cursors/footcursor.jpg"), default; }
?
?
?
蘇沈小雨制作·保留所有權(quán)利
©2001 rain1977.comer . All rights reserved . Terms of Use .