Dreamweaver 制作图片热点之后,点击热点部分会有个提示框,怎么去掉
可以这么写试试看
<map name="Map"> <area shape="rect" coords="364,31,517,64" href="http://haoever.com" onFocus="this.blur()"> </map>
可以这么写试试看
<map name="Map"> <area shape="rect" coords="364,31,517,64" href="http://haoever.com" onFocus="this.blur()"> </map>