Are CSS3 ::before and ::after pseudo elements supported by IE9 or not?
问题 On this MS compatibility table it says, IE9 does not support pseudo-elements ::before and ::after , but when I try it seems it does... see JSBin Am I doing something wrong? I thought ::before and ::after would be nice tools to hide stuff from IE9, when in fact, they don\'t. 回答1: The CSS2 pseudo-elements :before and :after , with the traditional single-colon notation, are supported by IE8 and later. They are not new to CSS3. The double-colon notation, on the other hand, is new to CSS3. IE9