0

CSS代码是这样的:如何使用:之前:在IE6,7之后?

div.quote:before { 
    content: 'before'; 
} 
div.quote:after { 
    content: 'after'; 
} 

不幸的是,它不与IE 6工作,7.如何解决呢?也许有表情?

+0

2012年1月,IE6被官方标记为微软弃用。 – noob 2012-02-25 09:41:28

+1

类似于:http://stackoverflow.com/questions/4181884/after-and-before-css-pseudo-elements-hack-for- ie-7和http://stackoverflow.com/questions/4844687/css-before-after-sele ctors-in-ie-6 – Joseph 2012-02-25 09:42:57

+0

我可以知道你为什么删除了重复的链接吗? – BoltClock 2012-02-26 15:40:00

回答

相关问题