treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Error loading page in IE

  • Hi guys,

    I have just launched a new site: http://culturecuts.co.uk and there seems to be an error in the code. I am not sure if this is exclusive to IE, or whether it is just IE that tells me there is an error...

    I can't seem to track it down, if someone could help?

    Thanks guys.
  • Validate it using the w3 validator: http://validator.w3.org/

    You'll see you have many errors and warnings, which might just be the cause of the error in IE. What does the error say in IE, by the way?
  • If you could post or link to a screenshot of the error in IE that would be a good starting point!
  • i guess you mean the javascript error ie has, im not sure why its happening but i get a javascript runtime error line 52.

    After going into script debugger it says it specifically runs into the problem here:

    function __flash__removeCallback(instance, name) {
    instance[name] = null;
    }