Hi
 
  when I double click an area on a HTML page I am seeing a dotted rectangular line around that area.  I want to avoid that.  I used the following coding in HTML:
 
    <map name="navigation1_home">
<area shape="rect" coords="7,2 136,42" href="/h1.html">
<area shape="rect" coords="2,49 147,146" href="/h2.html">
<area shape="rect" coords="2,153 148,264" href="/h3.html">
<area shape="rect" coords="0,270 151,376" href="/h4.html">
<area shape="rect" coords="1,382 151,479" href="/h5html">  etc. 
 
 I appreciate if any one can resolve my problem as soon as possible.
 
 Thanks
 Neeraja

Reply via email to