Hello.
I make a site . And I want my hat to fold by pressing a button. Minimize - minimizes, but I also need to change the image and position. But this is not happening.
How to fix it? Perhaps this is the case:
onclick="if (document.getElementById('spoiler').style.display != '') {getElementById('spoiler').style.display = '';document.getElementById('bottonHead').style.background = 'url(open.png)';document.getelementsbyclassname('body').style.bottom = '0px';}else {document.getElementById('spoiler').style.display = 'none';document.getElementById('bottonHead').style.background = 'url(close.png)';document.getElementsByClassName('body').style.bottom = '46px';}"