Hello,
I developed an off-canvas navigation that slides in from the left on click of the list icon in the upper-left. It is powered by CSS3 Transitions when supported, but falls back to some jQuery I wrote, with a similar effect, thanks to Modernizr.
I tested the jQuery and CSS separately and they both work fine individually; in fact, they both work fine when combined too in most browsers whether they support CSS3 Transitions or not.
However, in IE 8 and below it is obviously relying on the jQuery fallback, which does not work. Nothing happens and there are no errors.
I am using jQuery 1.9 which still has support for IE 6+, but this script doesn't work in IE 8 and less. It works fine in IE 9. And then in IE 10 too, but because of the CSS3 Transition support.
I would greatly and sincerely appreciate all and any help in getting this to work in the legacy versions of IE.
Thanks in Advance!