Using CSS3Pie htc for border-radius in IE8

后端 未结 6 971
迷失自我
迷失自我 2020-12-05 11:52

I\'m using the CSS3Pie htc file to enable border-radius in IE8, but I\'m getting no effect. My CSS is:

button {
    border-radius: 4px;
    -web         


        
6条回答
  •  半阙折子戏
    2020-12-05 12:33

    Try adding

    position:relative;
    z-index: 0;
    

    as suggested here http://css3pie.com/forum/viewtopic.php?f=3&t=10

    This question is similar to the one posted here:

    CSS3 PIE - Giving IE border-radius support not working?

提交回复
热议问题