Audiosoft,
I'm skinning again Crimson Live.. and I would like to add a background image in .songtitle {} of the nowplaying.dis, but I'm experiencing a display
problem: My image show up TWICE!
Do you know how could I remove the second one?
Thanks.
under the image add...
background-repeat: no-repeat;
Thanks Audiosoft, but no-repeat doesn't work in this case. It seems the image is repeated from the html, not by the css.
If I use repeat I get this:
OK updated it....download Beta 36 again and "background-repeat: no-repeat;" should work good in the .songtitle now.
It works perfectly now. Thank you very much for this quick update!
OK guys, here is what I get tonight:
Audiosoft,
Could you fix the .artisttitle {} as well?
Because I would like to add another background in nowplaying.dis, but my image is also repeated by the html..
Thanks!
Pirk I am afraid that one is not as easy of a fix. If I change that one old skins will not display right. If you really need it I can probally do it but will have to add on optional ini setting to enable it in nowplay.dis
Ah.. well my goal is to put the loudspeaker of my crimson skin in a png so that it is not hidden by the album background image using z-index, like I
already do for the songtitle image.. But if it's not handy for you I will survive without it!
Also, maybe you could allow "text-align: right;" or left for each nowplaying Text. That could be useful in my skin as well.
Thanks.
Audiosoft,
No need to modify the html, I found a way to get ride of the background repetition: Since I've added "background-attachment: fixed;" in
.artisttitle {}, it seems the second image disappeared!? What luck!
So now I can put a big loudspeaker in the foreground.