• There is a background color showing where there is a transparency on my png with a link after a click. Also I try to get rid of the dotted rectangle around the png without success either.
    I tried some variations of this and it didn’t work.

    img:active,img:focus, img:target  { 
      background-color:transparent;
    	outline: none;
    }
    

    Can you please guide me on this?
    Thanks

  • The topic ‘Removing link background color on image’ is closed to new replies.