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

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

    A solution that works for me is as follows:

    1. The path to PIE.htc needs to be absolute e.g. behavior: url(App_Themes/Default/PIE.htc)
    2. Make sure the div that you set the behavior in has a style of Position: Relative

    Dan

提交回复
热议问题