My website's display alignment is totally out in IE-9. Therefore I apply this statement to fix the problem:
<meta http-equiv="X-UA-Compatible" content="IE=8" />
Now using Windows-8 with IE-10, the website's display alignment again is out. With the current statement
<meta http-equiv="X-UA-Compatible" content="IE=8" />
It does not help at all. Is there other alternative?