我建议使用condcoms来提供IE9 CSS文件或有条件的html类,类似于:
<!--[if lt IE 7]> <html lang="en-us" > <![endif]--> <!--[if IE 7]> <html lang="en-us" > <![endif]--> <!--[if IE 8]> <html lang="en-us" > <![endif]--> <!--[if gt IE 8]><!--> <html lang="en-us" > <!--<![endif]-->



