谈谈ie9对css3的支持情况

阅读更多

本文记录一下ie9支持的css3相关的。

 

css3属性

 

 1、 支持的:

 

  • border-radius
  • box-shadow
  • box-sizing
  • overflow-x
  • overflow-y
  • word-wrap
  • opacity
 
 
 
 2、不支持的:
  • text-shadow
  • border-image
  • transforms
  • text-stroke
  • resize
 
伪类
 
 1、 支持的:
 
  • :last-child
  • :nth-child(n)
  • :target
  • :empty
  • :disabled
  • :checked
  • :enabled
 
 2、不支持的:
  • :valid
  • :invalid
  • ::before
  • ::after
 

你可能感兴趣的:(ie9,css3)