开发者

How to remove selection-marker from webpage [duplicate]

开发者 https://www.devze.com 2023-02-05 00:34 出处:网络
This question already has answers here: How to remove the "Dotted Border" on clicking? (6 answers)
This question already has answers here: How to remove the "Dotted Border" on clicking? (6 answers) 开发者_JAVA百科 Closed 8 years ago.

I like my websites to be beautiful. And I'm quite obsessive-compulsive about certain things. I need/want to remove the ugly dotted lines from the border of images upon clicking them. I don't want them to be visible. Dotted lines be gone!

Is this possible? Maybe with some javascript or jQuery?

Any help at all is appreciated.

Thank you!

How to remove selection-marker from webpage [duplicate]


a { outline: 0; } /* CSS Code */
0

精彩评论

暂无评论...
验证码 换一张
取 消