Remove border from object element in IE11

十年热恋 提交于 2019-12-10 12:56:56

问题


I can't remove inset borders from object elements in IE11. They don't appear in any other browser or version of IE as far as I can tell. See the attached screenshot. Setting border as an attribute or inline style doesn't work... any ideas?


回答1:


Add border-style: none; to your css for that div.



来源:https://stackoverflow.com/questions/29478728/remove-border-from-object-element-in-ie11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!