Is there any way to prevent dotted-line boundary of a hotspot showing when it is clicked . . . and/or control what happens to the hotspot area when clicked? I'm using Dreamweaver 2.
I have had this problem in the past as well... luckily I <br>thought of soemthing...<br>Inside the 'area' tags of your image map (look at the code),<br>insert onFocus='this.blur()'<br>in javascript the word this always refers to the object<br>that is active... you can use the same technique to get rid<br>of annoying dotted lines on image buttons by putting it inside the '<img>' tag
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.