GetSimple Support Forum
Internet Explorer 10 - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Off Topic (http://get-simple.info/forums/forumdisplay.php?fid=12)
+--- Thread: Internet Explorer 10 (/showthread.php?tid=3763)



Internet Explorer 10 - shovenose - 2012-11-01

I never thought I'd say this, but I don't hate Internet Explorer 10 Smile
I'm a big supporter of Mozilla Firefox but I find myself using IE10 - it's significantly faster than IE9 (which was an improvement over IE8) but I think Microsoft really got IE10 right as far as performance. Now they just have to make it less crappy. lol.
Of course, I'm working on my own browser (sunfox browser) but it's not anywhere close to being completed.


RE: Internet Explorer 10 - PauliOpa - 2013-08-17

IE 10 is faster, but I run into problems with the GetSimple menu feature.
Its OK in Firefox/Safari/Opera, but not in IE 10.

The menu should be centered inline (horizontally), but is a centered block (vertically).

I suppose that there is a problem with the DOCTYPE declaration and/or with the CSS "inline" and block...

Any ideas?

Homepage ==> Schwarzer Adler


RE: Internet Explorer 10 - PauliOpa - 2013-08-18

(2013-08-17, 19:25:02)PauliOpa Wrote: I found a solution:

I placed following code (after the first <head> label):

Quote:<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">

and the menu functions as it should...
Cool