<a href="#numtag-1">One</a>
<a href="#numtag-2">Two</a>
<a href="#numtag-3">Three</a>
<div class="numtag-1">One</div>
<div class="numtag-2">Two</div>
<div class="numtag-3">Three</div>
.. on hover the appropriate div should toggle class 'active'.
Tried a lot of things but can't get it to work.
Thanks