Warning 2 Error updating JScript IntelliSense: ..snip.. ColorScrollbar. js:
'document.getEl ementsByTagName (...).0.style' is null or not an object
I believe the following is what it is complaining about:
var htmlStyle = document.getEle mentsByTagName( '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.getEl ementsByTagName (...).0.style' is null or not an object
I believe the following is what it is complaining about:
var htmlStyle = document.getEle mentsByTagName( '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
Comment