我在使用 JS 时遇到问题,我自己无法解决问题。我希望如果我单击#footerblock,#footerblock 的背景会发生变化,然后该页脚就会失去他的“悬停效果”。
<script>
/* i want that footer does still there but di want that footer has no a hover effect*/
</script>
<footer class="hover">
<center>
<table id="footer"></table>
<a href="">Entwickler</a> <a href="">Datenschutzrichtlinie</a>
<a href="">AGB</a> <a href="">Nutzungsbedingungen</a>
<a href="">Partner</a>
</center>
</footer>
<span onClick="block()" id="footerblock"></span>
我想我的css并不重要,但我必须在里面摆弄。
我很抱歉我的英语