I'm using the following conditional comment to notify users thet they are running a non-supported browser version.
<!--[if lt IE 8]>
...
<![endif]-->
I noticed that this comment is being triggered on IE9 Compatibility mode as-well what was not my attention.
Is there a way to make IE9 Compatibility mode an exception or to distinguish it and IE7 mode from regular IE7 so that I can customize the message for them?