2 Replies Latest reply: May 15, 2013 8:47 PM by Noradc RSS

    How can the blue border be removed from around a map after the link has been clicked on?

    Noradc Community Member

      Hello.  I inserted an image into Dreamweaver and placed an image map over top of the image.  A url was typed in.  The link worked fine in both Firefox and Safari.  But in the Safari browser, a blue border appears after the image is clicked on with the mouse.  I've tried several ideas from the internet that didn't work including the following...

       

      1.  adding the properties of a zero border.

      2. a transparent border

      3. outline: none;
          outline-style: none;

       

      4.  .noborder {
          border-width:0px;
          border-color:transparent;
          border-style:solid;

       

      Thank you.