I've been Googling to try and find how you set styles with js but I just can't find it. I'm trying to set the visibility of the document. I tried document.styles.visibility = hidden;
and I tried
document.styles.setProperty("visibility","hidden");
but nether worked.
How do you?



Reply With Quote


Bookmarks