Skip to main content
Participant
September 12, 2017
Answered

How do I remove the blue hover outline (from hotspot) on the image?

  • September 12, 2017
  • 1 reply
  • 357 views

Every time I click on an image on my website (to select it) there is a blue outline (that represents the hot spot) which can be seen. I spoke to Adobe tech support but they were unable to help me. Help ...please! (PS. I'm on a Mac)

    This topic has been closed for replies.
    Correct answer Jon Fritz

    This can be done with CSS or javascript, but is a normal accessibility function of the browser that's there for people who don't navigate with a mouse. It's generally considered bad form to remove the outline/highlighting because those users won't be able to see where they are on your page if they're gone.

    1 reply

    Jon Fritz
    Community Expert
    Jon FritzCommunity ExpertCorrect answer
    Community Expert
    September 12, 2017

    This can be done with CSS or javascript, but is a normal accessibility function of the browser that's there for people who don't navigate with a mouse. It's generally considered bad form to remove the outline/highlighting because those users won't be able to see where they are on your page if they're gone.

    Participant
    September 12, 2017

    OK I’ll leave it then. Thanks for your quick reply!