Support › Forums › Gris – HTML Template › Menu button not working in IE11 › Reply To: Menu button not working in IE11
August 14, 2014 at 7:39 am
#3925
Keymaster
Hi,
I have fixed the problem with the menu button. In IE11, if you click on the three lines icon, the function doesn’t work. But, if you click on the remaining space, the function works fine.
To fix this problem, you have to edit the file style.css and change the class ‘.menu_button:hover span’ (line 396). You have to change it in this way:
.menu_button:hover span {
opacity: 0;
z-index: -100;
}
Regards