How do you remove the blue border of an image map?

前端 未结 2 1134
南笙
南笙 2021-01-28 18:25

The landing page is a static background image and I created a clickable area with image map. The problem is that a blue border (see image below) shows up when you click on the a

2条回答
  •  自闭症患者
    2021-01-28 19:16

    That looks like the object's outline.

    If you specify outline: none in the CSS for an object, it removes the blue glow that you see when an element is selected in the browser.

提交回复
热议问题