图片如何有手型
<img type= "image " onclick= "c() "> 如何让图片上有手型啊??
[解决办法]
<img type= "image " onclick= "c() " style= "cursor:hand; ">
用cursor定义鼠标的形状,各种常用取值如下,你可以试一下。
crosshair/default/hand/move/text/wait/help
[解决办法]
各式的游
auto 游
default 箭
hand 手形游
wait 等待游
text I形游
vertical-text 水I形游
no-drop 不可拖游
not-allowed 效游
help ?助游
all-scroll 三角方向
move 移
crosshair 十字
<img type= "image " onclick= "c() " style= "cursor:hand; ">
想要哪下就可以了