Css IE 8圆角问题

Css IE 8圆角问题,css,internet-explorer-8,css3pie,Css,Internet Explorer 8,Css3pie,我一直在努力解决IE8问题,遇到了这个圆角问题, 除IE8外,所有浏览器都接受边界半径 font-size: 12px; margin-left: 7px; margin-top: -13px; border-radius: 10px 10px 10px 10px / 5px 10px 5px 10px; 边界半径不受IE8支持:边界半径不受IE8支持:经过长期的努力,我解决了这个问题 下载: 在CSS中使用它,如下所示: 字体大小:12px enter code here

我一直在努力解决IE8问题,遇到了这个圆角问题, 除IE8外,所有浏览器都接受边界半径

font-size: 12px;
margin-left: 7px;
margin-top: -13px;
    border-radius: 10px 10px 10px 10px / 5px 10px 5px 10px;

边界半径
不受IE8支持:

边界半径
不受IE8支持:

经过长期的努力,我解决了这个问题

下载:

在CSS中使用它,如下所示:

字体大小:12px

enter code here
     -webkit-border-radius: 5px; /* Chrome */
     position: relative;
     z-index: 1;
     border-radius: 5px; /* CSS3 */
    -moz-border-radius: 5px; /* Mozilla */
     behavior: url(http://dev.intervalorders.com/pie/PIE.php);

经过长期的斗争,我解决了这个问题

下载:

在CSS中使用它,如下所示:

字体大小:12px

enter code here
     -webkit-border-radius: 5px; /* Chrome */
     position: relative;
     z-index: 1;
     border-radius: 5px; /* CSS3 */
    -moz-border-radius: 5px; /* Mozilla */
     behavior: url(http://dev.intervalorders.com/pie/PIE.php);

Internet explorer不支持边界半径。但是你可以通过实施一些黑客来实现它。检查此项以获取帮助。

Internet explorer不支持边界半径。但是你可以通过实施一些黑客来实现它。查看此帮助。

为什么每个人都写“IE或IE8中不支持边界半径”等等。。?IE9支持边界半径,IE的较低版本支持带饼图的边界半径,此主题是关于饼图的,而不是IE8或更早版本中的默认支持边界半径


并回答问题:

-webkit-border-radius: 6px 6px 6px 6px; // simply "6px" is ok too as in another CSS function
-moz-border-radius: 6px 6px 6px 6px; // simply "6px" is ok too as in another CSS function
border-radius: 6px 6px 6px 6px; // simply "6px" is ok too as in another CSS function
behavior: url(funkce/PIE.php); //change link on your local folder where you have PIE.php (in this file is include PIE.htc that alow you use PIE without change .htacces file. For that you must have PIE.php file and PIE.htc file too.)
为什么每个人都写“IE或IE8不支持边界半径”等等。。?IE9支持边界半径,IE的较低版本支持带饼图的边界半径,此主题是关于饼图的,而不是IE8或更早版本中的默认支持边界半径


并回答问题:

-webkit-border-radius: 6px 6px 6px 6px; // simply "6px" is ok too as in another CSS function
-moz-border-radius: 6px 6px 6px 6px; // simply "6px" is ok too as in another CSS function
border-radius: 6px 6px 6px 6px; // simply "6px" is ok too as in another CSS function
behavior: url(funkce/PIE.php); //change link on your local folder where you have PIE.php (in this file is include PIE.htc that alow you use PIE without change .htacces file. For that you must have PIE.php file and PIE.htc file too.)

不是真的。IE9+支持边界半径。是的。。IE9支持CSS3。对不起,我忘了提那件事了。不是真的。IE9+支持边界半径。是的。。IE9支持CSS3。对不起,我忘了提那件事。