1. 程式人生 > >Css Html 滑鼠移上標籤展示圖表

Css Html 滑鼠移上標籤展示圖表

cursor:pointer;

用JS使滑鼠變小手onmouseover(滑鼠越過的時候)
onmouseover=”this.style.cursor=’hand’”

cursor其他取值
auto 標準游標
default 標準箭頭
pointer, hand 手形游標
wait 等待游標
text I形游標
vertical-text 水平I形游標
no-drop 不可拖動游標
not-allowed 無效游標
help 幫助游標
all-scroll 三角方向標
move 移動標
crosshair 十字標
e-resize
n-resize
nw-resize
w-resize
s-resize
se-resize
sw-resize