“Read Best Practices for Version Vector” on the Microsoft
IE 8 Readiness Kit web site. Looks like a simple change will allow you to
switch the CSS for each client type. Will be a pain, but in the long term this
will be a good thing, I think!?!
<head>
<!--[if gte IE 7]>
<link rel="stylesheet" type="text/css" href="stylesheets/ie.css" />
<p>Both Internet Explorer 8 and Internet Explorer 7 will receive this style sheet.</p>
< ![endif]-->
</head>