Hello,
I've noticed that my website displays correctly on every browsers, except IE11. So I've tried forcing compatibility view adding
<meta http-equiv="X-UA-Compatible" content="IE=10">
after the <head> tag, but it doesn't work. Otherwise if I try emulating IE10 with my browser it works and the site is displayed correctly. Why? Any ideas?
Thanks!