CSS not able to be accessed JavaScript / Html code example
Example: js not able to read css
alert(getComputedStyle(document.getElementById("myDiv")).borderTopColor);
alert(getComputedStyle(document.getElementById("myDiv")).borderTopColor);