K.Bokoff: a:active {background-image}...

Beitrag lesen

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>