Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

x-ua compatible not working every time

My website includes the metatag: <meta http-equiv="X-UA-Compatible" content="IE=8" />

However for some of my users (small amount) using IE9 this is not being applied and I am having to tell them to appy compatibility mode themselves

I have it placed directly after the opening of the <head> tag.

Has anyone else had such experiences and know of a way to resolve this?

like image 287
user502014 Avatar asked Nov 14 '22 18:11

user502014


1 Answers

<meta>'s have to be right after the opening <head> tag

like image 68
Dunken Avatar answered Dec 26 '22 14:12

Dunken