Need help to make link active with change background-position onClick
- by Erik
I can't figure out how to make my image links change background-position onClick on ACTIVE. Nothing works:
.active {
background-position-y: -96px 0px;
}
<script type="text/javascript">
$(document).ready(function() {
//Default Action
$(".tab_content").hide(); //Hide all content
$("ul.tabs…