GetSimple Support Forum

Full Version: Internet Explorer 10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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
(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