Hi,
zu was?
<style type="text/css">
body{margin:10px;}
a:hover
{
background-image: url( 'link-hover.jpg' );
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
}
a:active
{
background-image: url( 'link-active.jpg' );
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
}
</style>