This website allstarclandotcodotuk has a sprymenu. Annoyingly the sprymenu does not work with IE. For some reason it appears as a white blank box.
On every other browser it works perfectly fine. What is I have to do to make this work with IE? Any help you can provide for this problem would be greatly appreciated.
Okay I've just some how worked it out just now by changing the code below on the SpryMenuBar.js file from ie=true to false. But if you was to go on challenge us it now doesn't drop down in the correct position. One problem solved now another one. IE really is a joke.
} else if ( (r = ua.match(re_msie))) {
this.ie = false;
this.version = parseFloat(r[1]);