html - How do I remove the border of a image in Chrome? -


#test {    width: 25px;            height: 25px;    background-color: #dddddd;            border-radius: 50%;  }
<img src="" alt="" id="test">

in chrome, image have border safari doesn't have. way can remove in chrome?

have tried adding css?

border-style:none; 

Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -