Hello, I have:
<div class="sliderPart">
<a href="#computers">
<strong>Some text</strong>
</a>
</div>
.sliderPart {
width: 25%;
height: 100%;
}
.sliderPart a {
display:block;
position:relative;
text-decoration:none;
height: 100%;
font: 1.3em Arial, Sans-serif;
}
How can I make my link clickable for all div-area?