<img src="" usemap="">这个标签里面的usemap怎么用呀,举例说明一下,如果图片里面有文本编辑框,怎么才能在文本框里面输入文本

解决方案 »

  1.   

    <img id="compman" src="pic.png" alt="Computerman" align="right" border=3 hspace=50 vspace=50 usemap="#planetmap" width="107" height="98"
    longdesc="compman_description.htm"/><map name="planetmap">
    <area id="venus" shape="circle" 
    coords="124,58,8" 
    alt="The planet Venus"
    href="venus.htm" target="_blank" tabindex="1" accessKey="n"/>
    </map>
    usemap用法 给你个例子参考下