Help! I've encountered a strange issue with my website. Somehow, the banner in one section has become clickable - but I can't figure out why. Can you help identify the problem?
<div id="slider" style="height:20%;">
<h2 style="background:#66c17d">
<span class="color1">sample text</span>
</h2>
<a href="http://www.domain.com/store">
<img class="sample" src="images/slide_sample2.png"/>
</a>
</div>
Here is the CSS code:
#slider {
height:40px;
background-image:url('images/bg.jpg');
text-align:center;
}
I need your help to fix this issue!