IE8 / IE9上的CSS边框和阴影问题

时间:2012-09-25 17:45:38

标签: css css3

  

可能重复:
  Emulating CSS3 border-radius and box-shadow in IE7/8

我无法解决这个问题。它是CSS box-shadows和round(border-radius)问题。我的网站链接地址http://www.shibbir.byethost7.com/

FirefoxChromeOpera浏览器中,它会显示我的网站内容阴影和圆角(页脚部分。)

但在Internet Explorer它没有显示阴影和圆角。

你可以帮我解决这个问题吗?

2 个答案:

答案 0 :(得分:2)

你不会在IE8中得到圆角,你也需要为IE8的盒子阴影使用过滤器。

这样的事情:

filter: 
  progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=10);

答案 1 :(得分:0)

您可以使用与polyfills配对的modernizer在IE中创建效果,这里是polyfill列表: https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills