日期:2014-05-16 浏览次数:20542 次
auto move no-drop col-resize all-scroll pointer not-allowed row-resize crosshair progress e-resize ne-resize default text n-resize nw-resize help vertical-text s-resize se-resize inherit wait w-resize sw-resize
function setCursorByID(id,cursorStyle) { if (document.getElementById) { if (document.getElementById(id).style) { document.getElementById(id).style.cursor=cursorStyle; } } }