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

后端 未结 7 1185
既然无缘
既然无缘 2020-11-29 07:59

I am trying to make rounded corners in IE with the CSS3 PIE attached behavior.

Here is my CSS:

.fieldRow {
    clear:both;
    padding: 0;
    margin         


        
相关标签:
7条回答
  • 2020-11-29 08:30

    Try adding

    position:relative;
    z-index: 0;
    

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

    0 讨论(0)
提交回复
热议问题