Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Microsoft Conditional Comments


DrDoc - 3:08 am on Jan 27, 2007 (gmt 0)


Excellent post, as always! ;)

One thing that we may want to add is modifiers inside the if statement itself.

if lt IE 7 = If IE and the version is less than 7, this evaluates to true
if lte IE 7 = If IE and the version is less than or equal to 7, this evaluates to true
if gt IE 7 = If IE and the version is greater than 6, this evaluates to true
if gte IE 7 = If IE and the version is greater than or equal to 6, this evaluates to true

You can also use more specific versioning:

if gt IE 5.526


Thread source:: http://www.webmasterworld.com/css/3232700.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com