Page 2 of 2

Re: Why does my website's code render wierd in IE9?

PostPosted: 06. June 2011 21:36
by Altrea
Two things.

one in your markup:
Add in your html-head the following meta tag:
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">


Two: read this article => http://blogs.msdn.com/b/ie/archive/2009 ... aults.aspx

Re: Why does my website's code render wierd in IE9?

PostPosted: 06. June 2011 21:56
by Phailip
Thank you very much for all your help! :D

This has been really helpfull! :)

Re: Why does my website's code render wierd in IE9?

PostPosted: 06. June 2011 22:22
by Altrea
Glad that was helpful for you.
You're welcome 8)