firefox樣式表定義不支持cursor:hand
更新時(shí)間:2006年07月20日 00:00:00 作者:
如果你在firefox下設(shè)置 cursor:hand;會(huì)報(bào)錯(cuò)
所以你要用cursor:pointer 才可以
完整形式
<style>
cursor:pointer;
</style>
所以你要用cursor:pointer 才可以
完整形式
<style>
cursor:pointer;
</style>
相關(guān)文章
China.com網(wǎng)站開發(fā)規(guī)范
China.com網(wǎng)站開發(fā)規(guī)范...2006-10-10
動(dòng)態(tài)CSS站點(diǎn)教程:多個(gè)頁(yè)面樣式提供瀏覽者選擇
動(dòng)態(tài)CSS站點(diǎn)教程:多個(gè)頁(yè)面樣式提供瀏覽者選擇...2006-09-09

