internet explorer - Is there a way to force IE to render in IE8 standards OR HIGHER? -


i know force ie render in ie8, use:

<meta http-equiv="x-ua-compatible" content="ie=8" /> 

but there way force ie render either ie8 or ie9?

as per http://msdn.microsoft.com/en-ca/library/jj676915%28v=vs.85%29.aspx

... content="ie=8,9" /> 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -