IE 8 works on different machines

What could be the reason that IE 8 runs on two different machines?

On this site: http://www.activ-gmbh.de

When you maximize one of the slide shows and then try to minimize it, the β€œX” just disappears and nothing happens on the same machine. On another machine, it works even in IE6.

+3
source share
1 answer

I had the same problem because IE8-IE7 compatibility mode was automatically enabled on Intranet websites (Oo ?!), so my IE8 thought it was IE7. If this is also your problem, add

<meta http-equiv="X-UA-Compatible" content="IE=edge" >

in headyour HTML document. This will make IE8 react like IE8 ... Thanks MS!

0
source

All Articles