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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -