[if gte IE 8] or [if IE 8.000]?

"

A whlie ago I posted how to feed specific .css file to Internet Explorer 8 only. That was during IE8 RC1. Now it's IE8 Beta 2. Microsoft finally released Internet Explorer 8 Readiness Toolkit. Below another official way to feed css to IE8 only:

<!--[if gte IE 8]><link rel="stylesheet" type="text/css" media="screen" href="css.css" /><![endif]-->

First method still works as well, but there's no guarantee that it will still work with final version of IE8.

|

Archived comments

Yes it does

Yes it does, if you provided details, it would be possible to test this.