日期:2014-05-16  浏览次数:20371 次

图片如何有手型
<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; ">
想要哪種﹐換下就可以了﹗﹗