我想在 IE9 中模拟雕刻(文本阴影)
在 chrome/FF 我遵循 css ( http://jsfiddle.net/YbyzF/ )
text-shadow: 0px 2px 0px rgba(255,255,255,.3), 0px -2px 0px rgba(0,0,0,.3);
但是 IE9 不支持 text-shadow
我尝试使用 :after、:before 伪元素,但 :after 元素不在后续链接中(http://jsfiddle.net/chxfs/6/)
如何将 :after 元素移动到在 IE9 中模拟 2 个文本阴影所需的位置?