Open michaelDotco2 opened 9 years ago
Sorry update on this, it does work (in IE 8). However only after you have resized the browser window.
$(element).hide(); setTimeout(function(){ $(element).show(); }, 2);
temporary fix seems to make it work.
same issue. It works a lot of times but every now and then it doesn't, only after a resize.
I am running mamp.
Followed instructions.
Tried to access the site on an IE laptop.
Doesnt work.