0
Close window
https://code.sololearn.com/WEdE7ZOXc7P1/?ref=app Hello! About code, "Treinando_html_css_js ". In javascript, I want to use onmouseover with a function to open three images in animation. To close, I found it better to use onmouseout, but need a line of code to close the window. Any tips?
1 Réponse
+ 1
htmlNode.style.display = "node";
will hide any element. Is this what you meant with close the window?