I have been having an issue previewing the website inside IE. For all other browsers the website works just fine but not for the evil one.
I have been been trying for a while to solve the problem but unsuccessful. I think I might run out of ideas. :/ Is there anyone who might point me in the right direction and help me out solve the problem.
The website can be seen on this address: http://www.flyingcowproduction.com/platinumlimoservices
if you click on any of the menu buttons the jquery won’t load the content in IE 🙁
Many, many thanks in advance
Best regards,
-Davorin
Your javascript is breaking on this line:
jquery.history.js, line 33
Unable to get value of the property ‘contentWindow’: object is null or undefined
It then breaks again if you go to the services page
PageNavigation.js, line 296 character 3
‘showArea’ is undefined
The second one probably just happens because of the first error.
PS – In IE, push F12 and use the script debugger and you can solve this with a little help from google.