Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css ie7和safari的边界半径_Css_Internet Explorer_Opera - Fatal编程技术网

Css ie7和safari的边界半径

Css ie7和safari的边界半径,css,internet-explorer,opera,Css,Internet Explorer,Opera,我想在所有浏览器中使用边框半径 它正在Firefox、Chrome和Safari上运行。但是,它不适用于Internet Explorer 7、Internet Explorer 8和Opera 如何跨浏览器执行此操作?我总是使用PIE.htc作为border radius,效果非常好 border-radius: 20px; -webkit-box-shadow: 20px; -moz-box-shadow: 20px; behavior:url(PIE.htc); @a当然,也要仔细阅读问

我想在所有浏览器中使用
边框半径

它正在Firefox、Chrome和Safari上运行。但是,它不适用于Internet Explorer 7、Internet Explorer 8和Opera


如何跨浏览器执行此操作?

我总是使用PIE.htc作为border radius,效果非常好

border-radius: 20px;
-webkit-box-shadow: 20px;
-moz-box-shadow: 20px;
behavior:url(PIE.htc);

@a当然,也要仔细阅读问题,看看问问题的时间。我喜欢回答老问题。@a如果你有更好的问题,为什么不现在回答呢?因为我觉得这应该是一个评论,而不是回答。只向你学习,让我们一起学习。