当前位置: 代码迷 >> HTML/CSS >> 怎样设置让鼠标放下去的时候,变为一只“手”
  详细解决方案

怎样设置让鼠标放下去的时候,变为一只“手”

热度:123   发布时间:2012-09-16 17:33:16.0
怎样设置让鼠标放上去的时候,变为一只“手”
<table align="center" border="1" cellpadding="0" cellspacing="0"
style=" text-align:center; vertical-align:middle; background-image:url(../Images/zhutu_02.gif); width:1366px; height:626px; background-repeat:no-repeat;" onclick="javascript:goMain()"><!--width:1366px; height:626px;-->

  <tr>
  <td>  
  </td>
  </tr>
</table>

问题:

怎样设置Table的样式,当鼠标放上去的时候鼠标变为一只手?


------解决方案--------------------
style="cursor:pointer"
------解决方案--------------------
探讨
style="cursor:pointer"

------解决方案--------------------
style里继续添加"cursor:pointer"
------解决方案--------------------
style="cursor:pointer"
------解决方案--------------------
style="cursor:hand;"
------解决方案--------------------
探讨
引用:
style="cursor:pointer"

+1

------解决方案--------------------
style="cursor:pointer"

可以结贴了
------解决方案--------------------
style="cursor:hand"
  相关解决方案