CSS Internet Explorer 8 支持哪些 CSS3 功能?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1615745/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What CSS3 features does Internet Explorer 8 support?
提问by dallen
I was trying to find a definitive article on the IE blog but found nothing. I'm building an internal website where the majority of users are using Safari 4 and Firefox 3. Some PC users are using IE8 so I'd like to know what I should watch out for when I'm using CSS3.
我试图在 IE 博客上找到一篇权威文章,但一无所获。我正在建立一个内部网站,其中大多数用户使用 Safari 4 和 Firefox 3。一些 PC 用户使用 IE8,所以我想知道我在使用 CSS3 时应该注意什么。
采纳答案by Noldorin
css3.infoprovides an authoratative overview of the implementation statuses of various modules in different browsers. Most modules are in fact not implemented by any mainstream module, but you can view the compatibility tables for certain modules, which provide detailed information.
css3.info提供了各种模块在不同浏览器中的实现状态的权威概述。大多数模块实际上并没有被任何主流模块实现,但是您可以查看某些模块的兼容性表,其中提供了详细信息。
回答by mercator
I mostly rely on Wikipedia's article comparing CSS layout engines. It's a lot more comprehensive than any of the other links posted so far.
我主要依赖维基百科比较 CSS 布局引擎的文章。它比迄今为止发布的任何其他链接都要全面得多。
Basically, IE8 doesn't support any CSS3, except for some selectors and some properties that originated at Microsoft to begin with.
基本上,IE8 不支持任何 CSS3,除了一些选择器和一些源自 Microsoft 的属性。
回答by Makarand Mane
回答by jpsingleton
I know this is an old question, but for the record, I would also recommend http://caniuse.com/. You can easily look up the support for any given feature.
我知道这是一个老问题,但为了记录,我也推荐http://caniuse.com/。您可以轻松查找对任何给定功能的支持。
Also, regarding CSS3Pie, I would encourage caution. There are some really specific requirements regarding how you can implement it that make it difficult to maintain. For example:
另外,关于 CSS3Pie,我会鼓励谨慎。关于如何实现它,有一些非常具体的要求使其难以维护。例如:
- The path to PIE.htc must be relative to the html page and not the css file where it is linked.
- If you use an absolute path, it must be on the same domain.
- PIE.htc 的路径必须相对于 html 页面,而不是链接它的 css 文件。
- 如果使用绝对路径,它必须在同一个域中。
回答by Sahil Popli
You can try CaniUse, QuirksMode, FindmebyIP to check what your client browser supportand Campaign Monitor for email compatibility
您可以尝试CaniUse、QuirksMode、FindmebyIP 来检查您的客户端浏览器支持的内容和Campaign Monitor的电子邮件兼容性
回答by Donut
The compatibility master tableon Quirksmode.orglists IE8's CSS3 support as "minimal" when behaving as IE7, and "incomplete" when behaving as IE8. For an extremely detailed breakdown of exactly what is supported and what isn't, see Quirksmode's excellent CSS browser compatiblity chart.
Quirksmode.org上的兼容性主表将 IE8 的 CSS3 支持列为 IE7 时的“最低限度”,以及 IE8 时的“不完整”支持。有关支持和不支持哪些内容的极其详细的分类,请参阅 Quirksmode 出色的CSS 浏览器兼容性图表。