IE11 border radius and border bug

后端 未结 6 1048
青春惊慌失措
青春惊慌失措 2020-12-06 04:50

I have an odd visual bug in IE11 as you can see in image here >


(source: jonwallacedesign.biz)

See the odd effect on corners of the white

6条回答
  •  庸人自扰
    2020-12-06 05:24

    Please try this inside conditional CSS block.

    background-image: url("../images/core/primnavItemBG_sprite.png");
    border: 1px solid #FFFFFF; /*In Border color use color same as background color otherwise use border-size:0*/
    box-shadow: none;
    outline: none;
    

    hope this will fix your issue

提交回复
热议问题