I'm using IE11 now, I thought it would be nice to have some additional tools for web developing. I was always using these tags to detect old crappy IE browsers:
<!--[if lt IE 7]><html class="ie ie6 some-custom-class"><![endif]-->
<!--[if IE 7]><html class="ie ie7 some-custom-class"><![endif]-->
<!--[if IE 8]><html class="ie ie8 some-custom-class"><![endif]-->
<!--[if IE 9]><html class="ie ie9 some-custom-class"><![endif]-->
<!--[if gt IE 9]><html class="ie some-custom-class"><![endif]-->
<!--[if !IE]><!--><html class="some-custom-class"><!--<![endif]-->
I set IE11 to IE8-9 compatibility but it ignores the above tags. If there's no way to turn them ON then i don't understand why they made these tools -.-' Where is the logic ?
Anyway do I need to install win 7 only for IE 8-9 ?
http://www.browserstack.com < - I'd prefer client than remote access.
Is there something like patch for this "modern" browser to make developer tools usable ?
Or maybe there is another way to detect old browsers with a really lightweight script.