Drop down menu won't work in IE11


Author Message
jrgweb

Posted: 1/29/2014
Quote message 

@Doug Evans - Seems to be working in IE




 
Doug Evans

Posted: 1/29/2014
Quote message 

Thanks for the feedback jrgweb! Can you tell me which version of IE your using? Mine is 11 and it doesn't show.

Thanks again,
Doug
 
jrgweb

Posted: 1/29/2014
Quote message 

Just to follow up with a screen shot.


 
Doug Evans

Posted: 1/29/2014
Quote message 

Thanks again jrgweb! I also learned something new about IE11.

It's really strange but it works in every emulated browser version but IE11. It must be a problem on my end.

I really appreciate your help!

Doug
 
Matt

Posted: 2/3/2014
Quote message 

Quote Matt:

Hi Doug,

I ran into the same problem and just found out that when you add the site to the "Compatibility view" in IE, it will work.
Why it doesn't work without this "fix" is not clear to me yet.




I forgot to say how to do this :-) :
It is explained (amongst others) here: http://www.technotipsblog.com/2013/01/ie10-compatibility-view-settings-tweak.html (explanation is for IE 10, but it's the same in IE 11)
 
Scott N

Posted: 3/7/2014
Quote message 

:-@ What?

Are you saying that the drop-down menu won't work for everyone in IE11 unless the web user adds the site to their list of sites in Compatibility View?? Who is going to do that???

- Scott
 
Gabriele Meoli

Posted: 7/31/2014
Quote message 

Hi, i've solved with simple trick..
...
<!DOCTYPE html>
<html dir="ltr" lang="<?php echo $document->language; ?>">
<head>
<meta http-equiv="x-ua-compatible" content="IE=EmulateIE9" >
...

W Artisteer!!
 
Natascha

Posted: 8/25/2014
Quote message 

Awesome, that worked! Thanks!
 
Sergio

Posted: 9/10/2014
Quote message 

Quote Gabriele Meoli:

Hi, i've solved with simple trick..
...
<!DOCTYPE html>
<html dir="ltr" lang="<?php echo $document->language; ?>">
<head>
<meta http-equiv="x-ua-compatible" content="IE=EmulateIE9" >
...

W Artisteer!!


Sorry, but where exactly to paste the code?
 
Sergio

Posted: 9/11/2014
Quote message 

b]Tina, thank you :-) [
 
Erin

Posted: 9/15/2014
Quote message 

:*) Had the same problem

My artisteer non-responsive template menu and its submenus are'nt working. It works when i make my template responsive, but i don't want it to be responsive for some reasons.

Have tried some quoted scripts here but i don't know if i am doing it right.
 
Yeshvanth

Posted: 1/8/2015
Quote message 

Quote Sergio:

Quote Gabriele Meoli:

Hi, i've solved with simple trick..
...
<!DOCTYPE html>
<html dir="ltr" lang="<?php echo $document->language; ?>">
<head>
<meta http-equiv="x-ua-compatible" content="IE=EmulateIE9" >
...

W Artisteer!!


Sorry, but where exactly to paste the code?