滑鼠經過或懸浮時變小手

2022-09-16 13:39:08 字數 906 閱讀 4255

css:  

style="

cursor: pointer

"例如:

"button

" style="

cursor:pointer

"> "#

" style="

cursor:pointer

">

"cursor:pointer

">

js:onmouseover="

this.style.cursor='pointer'

"hand部分瀏覽器相容不好,pointer瀏覽器相容好(推薦使用)

cursor其他取值

auto :標準游標

default

:標準箭頭

pointer, hand :手形游標

wait :等待游標

text :i形游標

vertical-text :水平i形游標

no-drop :不可拖動游標

not-allowed :無效游標

help :幫助游標

all-scroll :三角方向標

move :移動標

crosshair :十字標

例如:"

滑鼠經過變成小手 箭頭

style cursor hand hand 手型 pointer 手型 多種瀏覽器下都可以使用 crosshair 十字型 text 移動到文字上效果 wait 等待效果 default 預設效果 help 問號 e resize 向右的箭頭 ne resize 向右上的箭頭 n resize 向...

用css 新增手狀樣式,滑鼠移上去變小手,變小手

用css 新增手狀樣式,滑鼠移上去變小手,變小手 相容 cursor pointer style cursor pointer 用js使滑鼠變小手onmouseover 滑鼠越過的時候 不相容 onmouseover this.style.cursor hand cursor其他取值 auto 標準...

用css 新增手狀樣式,滑鼠移上去變小手,變小手

cursor pointer 用js使滑鼠變小手onmouseover 滑鼠越過的時候 nm use ver this.style.cursor hand cursor其他取值 auto 標準游標 default 標準箭頭 pointer,hand 手形游標 wait 等待游標 text i形游標 ...