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

后端 未结 7 1218
既然无缘
既然无缘 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:28

    Try adding a position: relative into you css statement. I've had that issue a couple of times and it's normally resolved by doing that. Further information can be found at: http://css3pie.com/documentation/known-issues/

提交回复
热议问题