Page is a not externally linkable
DrDoc - 3:08 am on Jan 27, 2007 (gmt 0)
One thing that we may want to add is modifiers inside the if statement itself. You can also use more specific versioning:
Excellent post, as always! ;) 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 if gt IE 5.526