Hi,
also irgendwie hamn mir deine tips nix direkt gebracht. aber nach etwas
rumsuchen hab ich folgende im FF funktionierende lösung gefunden:
<a href="absteigend" target="_self" class="down"> </a>
<a href="aufsteigend" target="_self" class="up"> </a>
a.down {background:url(./images/down.gif); background-repeat:no-repeat; margin: 0px; padding-left: 5px; padding-right:5px;}
a.up {background:url(./images/up.gif); background-repeat:no-repeat; margin: 0px; padding-left: 5px; padding-right:5px;}
a.down:hover {background:url(./images/down_glow.GIF);}
a.up:hover {background:url(./images/up_glow.GIF); }
Aber irgendwie etwas unelegant, finde ich.
MfG