A
AAaron123
Warning 2 Error updating JScript IntelliSense: ..snip.. ColorScrollbar.js:
'document.getElementsByTagName(...).0.style' is null or not an object
I believe the following is what it is complaining about:
var htmlStyle = document.getElementsByTagName('html')[0].style;
I tried 'body' instead of "html" and got the same error in my error list
pane.
Do you understand what is wrong?
Thanks
'document.getElementsByTagName(...).0.style' is null or not an object
I believe the following is what it is complaining about:
var htmlStyle = document.getElementsByTagName('html')[0].style;
I tried 'body' instead of "html" and got the same error in my error list
pane.
Do you understand what is wrong?
Thanks