0
Hello, I’m facing a problem with border-Radius and background in Internet Explorer 11, it puts a slight white edge, in this case it sits on top of the border-shadow, however, if I take the effects of the box-shadow, remains an almost white blue shadow under the button.
Someone’s been through it and have an idea of how to fix it?
It’s just a hunch, but you saw it? " To get box-shadow on Ie9or higher, you need to set border-Ollapse to Separate." MDN documentation
– Pablo Almeida
@Pablo this did not solve
– Caio Gomes
If you assign this CSS to other tags, does the problem persist? Maybe it’s something CSS that IE is assigning to its own account for a specific tag.
– DH.