I'm facing some issues with JavaScript and I can't seem to solve the problem on my own. What I want is, when I click on #footerblock, for the background of #footerblock to change, and then for the footer to lose its "hover effect".
<script>
/* I want the footer to still be there but without a hover effect */
</script>
<footer class="hover">
<center>
<table id="footer"></table>
<a href="">Developer</a> <a href="">Privacy Policy</a>
<a href="">Terms and Conditions</a> <a href="">Usage Terms</a>
<a href="">Partners</a>
</center>
</footer>
<span onClick="block()" id="footerblock"></span>
I believe my CSS is not relevant, but it's all packed in there.
Apologies for my English