首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

图片怎么有手型

2012-03-07 
图片如何有手型imgtype image onclick c() 如何让图片上有手型啊??[解决办法] img type image

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

热点排行