Audiosoft,
Could you update the songlist tag .artistshowhi in order it doesn't need to have a background-color specified?
So we could use a gradient filter to add a transparency effect (cf my screenshot) while we have a perfectly steady mouseover cursor on this field
too..
Thanks.
background: transparent;
cursor: hand;
filter:
Doesn't that work?
If the cursor goes away when you are over transparent parts maybe use a png instead of a filter.
OK thanks Audiosoft, I managed to get the same effect with a transparent png. And this time the cursor doesn't go away!
There is just the text which looks more thin than with the gradient filter..
Audiosoft, it would just miss you allow artistshowarrow.png and artistshowhiarrow.png in addition to the current gif files..
OK Pirk, I have made it possible to use PNG images instead of the audio3off.gif, audio3on.gif, artistshowarrow.gif and artistshowhiarrow.gif.
To do that you just need to add this to the bottom of the songlist.dis:
[SongList]
PlayImage=filename.png
PlayOnImage=filename.png
ArtistArrowImage=filename.png
ArtistArrowOnImage=filename.png
You can specify any image you want to use and this way it is possible to have totally different images for the large and extra large songlists if you
want.
OK Pirk, I have made it possible to use PNG images instead of the audio3off.gif, audio3on.gif, artistshowarrow.gif and artistshowhiarrow.gif.
To do that you just need to add this to the bottom of the songlist.dis:
[SongList]
PlayImage=filename.png
PlayOnImage=filename.png
ArtistArrowImage=filename.png
ArtistArrowOnImage=filename.png
You can specify any image you want to use and this way it is possible to have totally different images for the large and extra large songlists if you
want.
OK Pirk, I have made it possible to use PNG images instead of the audio3off.gif, audio3on.gif, artistshowarrow.gif and artistshowhiarrow.gif for v4.3
beta 6.
To do that you just need to add this to the bottom of the songlist.dis:
[SongList]
PlayImage=filename.png
PlayOnImage=filename.png
ArtistArrowImage=filename.png
ArtistArrowOnImage=filename.png
You can specify any image you want to use and this way it is possible to have totally different images for the large and extra large songlists if you
want.
Quote: |
Thank you very much Audiosoft! Sure that now I'll use different playimages in my 3 songlists..