I'm using a standard construct that works in firefox, but not in IE 6/7. Since it triggers a message, I would like IE not to use that part.
Specifically, the CSS code is:
* { color: inherit }
I would like to know if there's some way to stop IE from reading this specific line.
Start Free Trial