Hi everyone. So I’m trying out a jquery accordion menu. Problem is I’m having problems with it in IE (7 at least). There’s three stacked menu links, two of which contain sublinks (where the accordion comes in). When I click one of the sublinks in IE7 it briefly flashes all the sublinks (even the hidden ones). It’ll probably make more sense if you give it a try!
http://www.jackcraig.co.uk/test/
I’m guessing its something to do with the HTML body of the page kicking in before the javascript? I dunno. I have next to zero knowledge of Javascript/Jquery so forgive me for my ignorance. Hopefully I’ll learn something from this! I’d like to know more
JS file is here
http://www.jackcraig.co.uk/test/js/menu.js
If anyone can shed some light that would be amazing.