CSS ie8 only fix is easy to do, if you use the beta version of Internet Explorer 8, the following conditional tags may not be working
<!--[if IE 8]> According to the conditional comment this is Internet Explorer 8<br /> <![endif]-->
You may like to try the method below:
<!--[if IE 8.000]> According to the conditional comment this is Internet Explorer 8<br /> <![endif]-->




















































