开发者

How should the dotted border on clickable images be removed?

开发者 https://www.devze.com 2023-01-20 14:04 出处:网络
Client does not like the dotted border. I like to leave it there for access开发者_Go百科ibility reasons. :/

Client does not like the dotted border. I like to leave it there for access开发者_Go百科ibility reasons. :/

I guess I have to though because the client asked, how would I?


a {
  outline: 0;
}


a {outline:none;}


you can use

img { border: 0 }

to do it. Put that into your css file or add to the HTML file inside <style> </style>

If they are referring to the dotted border when the image is the active link, then use

img, img:active { border: 0 }
0

精彩评论

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

关注公众号