Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE 10 Hack Re: IE 10 Hack

#139677

If you want to remove the reveal pseudo element, use CSS:

::-ms-reveal {
display: none;
}

I covered this, and other pseudo elements, in [Designing with Pseudo Elements in IE10](http://sampsonblog.com/615/ie10s-pseudo-elements).