Así funciona en IE 6 y Firefox:
Código:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Prueba</title>
<style type="text/css">
#cont { position: relative;
}
a:hover { position: absolute;
top: -2px;
}
</style>
</head>
<body>
<div id="cont">
<a href="#"><img src="imagen.gif" /></a></div>
</body>
</html>
Mikel.