Hello, Can somebody please look at my blog http://flehhhhhh.blogspot.com, it's a testblog for a new layout I am trying out. But it gives 2 errors in Internet Explorer. I think they are both javascript errors? I want to clean this but I don't know what to delete in the code..... These are the 2 errors: Message: 'l[...]' is null or not an object Line: 9 Char: 262 Code: 0 URI: http://www.blogger.com/static/v1/widgets/283664639-widgets.js Message: Object doesn't support this property or method Line: 905 Char: 192 Code: 0 URI: http://flehhhhhh.blogspot.com/ Code (markup):
Internet Explorer is very fickle with JavaScript. Make sure there are no stray commas at the end of your arrays for the "is null" error. As far as the "Object doesn't support this property or method", this is usually caused when you're trying to use the same variable and class.
Hello, it's difficult.. I looked at the code but there are so many commas. I don't know which one to remove safely. Can you please help?