Вот если кому нужно
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
a {
border:0;
outline:0;
display:block;
width:76px;
height:103px;
overflow:hidden;
background: url(1.png) 0px 0px;
}
a:hover {
background: url(1.png) -75px 0px;
}
</style>
<script language = "JavaScript">
try { document.execCommand("BackgroundImageCache", false, true); } catch (e) {}
</script>
</head>
<body>
<a href="#" onclick="javascript:return false;"></a>
</body>
</html>