How come when I put border-radius on a certain element in a certain file, it's not being rendered correctly with a border-radius and has a red curly line beneath the border-radius property in Internet Explorer 11?
When I try to do the same in my own custom HTML file:
<div style="width: 100px; height: 100px; background-color: red; border-radius: 5px;"></div>
Internet Explorer does not have any problems rounding those edges?
Can anyone tell me what is going on, since I never work with Internet Explorer myself?
Does a red curly line beneath a CSS property in Internet Explorer mean it does not recognize the property?