Home >Web Front-end >HTML Tutorial >鼠标形状 map问题_html/css_WEB-ITnose

鼠标形状 map问题_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:34:071066browse

             <tr>              <map name="Map">              <area   shape= "RECT "   coords= "0,0,160,56 "  onClick= "btnNext()">              <area   shape= "RECT "   coords= "420,0,582,56 "  onClick= "btnApply()">              </map>               <td colspan="2"><img  src="popbackground.png"    style="max-width:90%"  style="max-width:90%" usemap="#Map" alt="鼠标形状 map问题_html/css_WEB-ITnose" ></td>             </tr>


在鼠标点击触发事件的2个图片区域,我希望鼠标放到这2个区域的时候,鼠标成手状,我把style="cursor:pointer"无论放在哪儿,浏览器总是不能兼容。

我希望兼容火狐、ie、chrome!

烦请大侠帮忙看下!


回复讨论(解决方案)

写JS onmouseover...

还是搞不定


              
              
              
              

               鼠标形状 map问题_html/css_WEB-ITnose
             
用href属性它就是手型。。
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn